| net.refractions.udig.printing.model.impl.ModelFactoryImpl
ModelFactoryImpl | public class ModelFactoryImpl extends EFactoryImpl implements ModelFactory(Code) | | An implementation of the model Factory.
|
Constructor Summary | |
public | ModelFactoryImpl() Creates an instance of the factory. |
Method Summary | |
public String | convertBoxPrinterToString(EDataType eDataType, Object instanceValue) | public String | convertDimensionToString(EDataType eDataType, Object instanceValue) | public String | convertGraphics2DToString(EDataType eDataType, Object instanceValue) | public String | convertIProgressMonitorToString(EDataType eDataType, Object instanceValue) | public String | convertPointToString(EDataType eDataType, Object instanceValue) | public String | convertToString(EDataType eDataType, Object instanceValue) | public EObject | create(EClass eClass) | public Box | createBox() | public BoxPrinter | createBoxPrinterFromString(EDataType eDataType, String initialValue) | public Connection | createConnection() | public DecoratorBox | createDecoratorBox() | public Dimension | createDimensionFromString(EDataType eDataType, String initialValue) | public Element | createElement() | public Object | createFromString(EDataType eDataType, String initialValue) | public Graphics2D | createGraphics2DFromString(EDataType eDataType, String initialValue) | public IProgressMonitor | createIProgressMonitorFromString(EDataType eDataType, String initialValue) | public Page | createPage() | public Point | createPointFromString(EDataType eDataType, String initialValue) | public ModelPackage | getModelPackage() | public static ModelPackage | getPackage() |
ModelFactoryImpl | public ModelFactoryImpl()(Code) | | Creates an instance of the factory.
|
convertBoxPrinterToString | public String convertBoxPrinterToString(EDataType eDataType, Object instanceValue)(Code) | |
|
convertDimensionToString | public String convertDimensionToString(EDataType eDataType, Object instanceValue)(Code) | |
|
convertGraphics2DToString | public String convertGraphics2DToString(EDataType eDataType, Object instanceValue)(Code) | |
|
convertIProgressMonitorToString | public String convertIProgressMonitorToString(EDataType eDataType, Object instanceValue)(Code) | |
|
convertPointToString | public String convertPointToString(EDataType eDataType, Object instanceValue)(Code) | |
|
convertToString | public String convertToString(EDataType eDataType, Object instanceValue)(Code) | |
|
create | public EObject create(EClass eClass)(Code) | |
|
createBoxPrinterFromString | public BoxPrinter createBoxPrinterFromString(EDataType eDataType, String initialValue)(Code) | |
|
createDimensionFromString | public Dimension createDimensionFromString(EDataType eDataType, String initialValue)(Code) | |
|
createFromString | public Object createFromString(EDataType eDataType, String initialValue)(Code) | |
|
createGraphics2DFromString | public Graphics2D createGraphics2DFromString(EDataType eDataType, String initialValue)(Code) | |
|
createIProgressMonitorFromString | public IProgressMonitor createIProgressMonitorFromString(EDataType eDataType, String initialValue)(Code) | |
|
createPointFromString | public Point createPointFromString(EDataType eDataType, String initialValue)(Code) | |
|
|
|