Class FrameFactory
java.lang.Object
org.gvsig.app.project.documents.layout.fframes.FrameFactory
- All Implemented Interfaces:
org.gvsig.tools.extensionpoint.ExtensionBuilder
- Direct Known Subclasses:
FFrameBasicFactory,FFrameGraphicsFactory,FFrameGridFactory,FFrameGroupFactory,FFrameLegendFactory,FFrameMapBoxFactory,FFrameNorthFactory,FFrameOverViewFactory,FFramePictureFactory,FFrameScaleBarFactory,FFrameSymbolFactory,FFrameTableFactory,FFrameTextFactory,FFrameViewFactory
public abstract class FrameFactory
extends Object
implements org.gvsig.tools.extensionpoint.ExtensionBuilder
Factory of FFrame.
- Author:
- Vicente Caballero Navarro
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FrameFactory
public FrameFactory()
-
-
Method Details
-
getNameType
Returns the name of FFrame.- Returns:
- Name of fframe.
-
createFrame
Create a new IFFrame.- Returns:
- IFFrame.
-
getRegisterName
Returns the name of registration in the point of extension.- Returns:
- Name of registration
-
create
Create a FrameLayoutFactory.- Specified by:
createin interfaceorg.gvsig.tools.extensionpoint.ExtensionBuilder- Returns:
- FrameLayoutFactory.
-
create
Create a FrameLayoutFactory.- Specified by:
createin interfaceorg.gvsig.tools.extensionpoint.ExtensionBuilder- Parameters:
args-- Returns:
- FrameLayoutFactory.
-
create
Create a FrameLayoutFactory.- Specified by:
createin interfaceorg.gvsig.tools.extensionpoint.ExtensionBuilder- Parameters:
args-- Returns:
- FrameLayoutFactory.
-