| net.refractions.udig.project.internal.render.impl.RenderFactoryImpl
RenderFactoryImpl | public class RenderFactoryImpl extends EFactoryImpl implements RenderFactory(Code) | | An implementation of the model Factory !
|
Method Summary | |
public String | convertAffineTransformToString(EDataType eDataType, Object instanceValue) | public String | convertBufferedImageToString(EDataType eDataType, Object instanceValue) | public String | convertCoordinateReferenceSystemToString(EDataType eDataType, Object instanceValue) | public String | convertCoordinateToString(EDataType eDataType, Object instanceValue) | public String | convertEnvelopeToString(EDataType eDataType, Object instanceValue) | public String | convertGraphics2DToString(EDataType eDataType, Object instanceValue) | public String | convertIGeoResourceToString(EDataType eDataType, Object instanceValue) | public String | convertIProgressMonitorToString(EDataType eDataType, Object instanceValue) | public String | convertInfoListToString(EDataType eDataType, Object instanceValue) | public String | convertListToString(EDataType eDataType, Object instanceValue) | public String | convertMapDisplayToString(EDataType eDataType, Object instanceValue) | public String | convertPointToString(EDataType eDataType, Object instanceValue) | public String | convertQueryToString(EDataType eDataType, Object instanceValue) | public String | convertRectangleToString(EDataType eDataType, Object instanceValue) | public String | convertToString(EDataType eDataType, Object instanceValue) | public EObject | create(EClass eClass) | public AffineTransform | createAffineTransformFromString(EDataType eDataType, String initialValue) | public BufferedImage | createBufferedImageFromString(EDataType eDataType, String initialValue) | public MultiLayerRenderer | createCompositeRenderer() | public Coordinate | createCoordinateFromString(EDataType eDataType, String initialValue) | public CoordinateReferenceSystem | createCoordinateReferenceSystemFromString(EDataType eDataType, String initialValue) | public Envelope | createEnvelopeFromString(EDataType eDataType, String initialValue) | public Object | createFromString(EDataType eDataType, String initialValue) | public Graphics2D | createGraphics2DFromString(EDataType eDataType, String initialValue) | public IGeoResource | createIGeoResourceFromString(EDataType eDataType, String initialValue) | public IProgressMonitor | createIProgressMonitorFromString(EDataType eDataType, String initialValue) | public List | createListFromString(EDataType eDataType, String initialValue) | public IMapDisplay | createMapDisplayFromString(EDataType eDataType, String initialValue) | public Point | createPointFromString(EDataType eDataType, String initialValue) | public Query | createQueryFromString(EDataType eDataType, String initialValue) | public Rectangle | createRectangleFromString(EDataType eDataType, String initialValue) | public RenderContextImpl | createRenderContext(boolean selection) Creates a new RenderContext object for a renderer that renders selections.
Parameters: selection - Indicates whether the getQuery method will return a query for selectedfeatures. | public RenderExecutor | createRenderExecutor() | public RenderExecutor | createRenderExecutor(Renderer renderer) | public RenderManager | createRenderManager() | public RenderManager | createRenderManagerViewer() | public ViewportModel | createViewportModel() | public ViewportModel | createViewportModelViewer() | public static RenderPackage | getPackage() | public RenderPackage | getRenderPackage() |
RenderFactoryImpl | public RenderFactoryImpl()(Code) | | Creates an instance of the factory.
|
convertAffineTransformToString | public String convertAffineTransformToString(EDataType eDataType, Object instanceValue)(Code) | |
|
convertBufferedImageToString | public String convertBufferedImageToString(EDataType eDataType, Object instanceValue)(Code) | |
|
convertCoordinateReferenceSystemToString | public String convertCoordinateReferenceSystemToString(EDataType eDataType, Object instanceValue)(Code) | |
|
convertCoordinateToString | public String convertCoordinateToString(EDataType eDataType, Object instanceValue)(Code) | |
|
convertEnvelopeToString | public String convertEnvelopeToString(EDataType eDataType, Object instanceValue)(Code) | |
|
convertGraphics2DToString | public String convertGraphics2DToString(EDataType eDataType, Object instanceValue)(Code) | |
|
convertIGeoResourceToString | public String convertIGeoResourceToString(EDataType eDataType, Object instanceValue)(Code) | |
|
convertIProgressMonitorToString | public String convertIProgressMonitorToString(EDataType eDataType, Object instanceValue)(Code) | |
|
convertInfoListToString | public String convertInfoListToString(EDataType eDataType, Object instanceValue)(Code) | |
|
convertListToString | public String convertListToString(EDataType eDataType, Object instanceValue)(Code) | |
|
convertMapDisplayToString | public String convertMapDisplayToString(EDataType eDataType, Object instanceValue)(Code) | |
|
convertPointToString | public String convertPointToString(EDataType eDataType, Object instanceValue)(Code) | |
|
convertQueryToString | public String convertQueryToString(EDataType eDataType, Object instanceValue)(Code) | |
|
convertRectangleToString | public String convertRectangleToString(EDataType eDataType, Object instanceValue)(Code) | |
|
convertToString | public String convertToString(EDataType eDataType, Object instanceValue)(Code) | |
|
create | public EObject create(EClass eClass)(Code) | |
|
createBufferedImageFromString | public BufferedImage createBufferedImageFromString(EDataType eDataType, String initialValue)(Code) | |
|
createCoordinateFromString | public Coordinate createCoordinateFromString(EDataType eDataType, String initialValue)(Code) | |
|
createCoordinateReferenceSystemFromString | public CoordinateReferenceSystem createCoordinateReferenceSystemFromString(EDataType eDataType, String initialValue)(Code) | |
|
createEnvelopeFromString | public Envelope createEnvelopeFromString(EDataType eDataType, String initialValue)(Code) | |
|
createFromString | public Object createFromString(EDataType eDataType, String initialValue)(Code) | |
|
createGraphics2DFromString | public Graphics2D createGraphics2DFromString(EDataType eDataType, String initialValue)(Code) | |
|
createIGeoResourceFromString | public IGeoResource createIGeoResourceFromString(EDataType eDataType, String initialValue)(Code) | |
|
createIProgressMonitorFromString | public IProgressMonitor createIProgressMonitorFromString(EDataType eDataType, String initialValue)(Code) | |
|
createListFromString | public List createListFromString(EDataType eDataType, String initialValue)(Code) | |
|
createMapDisplayFromString | public IMapDisplay createMapDisplayFromString(EDataType eDataType, String initialValue)(Code) | |
|
createPointFromString | public Point createPointFromString(EDataType eDataType, String initialValue)(Code) | |
|
createQueryFromString | public Query createQueryFromString(EDataType eDataType, String initialValue)(Code) | |
|
createRectangleFromString | public Rectangle createRectangleFromString(EDataType eDataType, String initialValue)(Code) | |
|
createRenderContext | public RenderContextImpl createRenderContext(boolean selection)(Code) | | Creates a new RenderContext object for a renderer that renders selections.
Parameters: selection - Indicates whether the getQuery method will return a query for selectedfeatures. a new RenderContext object for a renderer that renders selections. |
createRenderExecutor | public RenderExecutor createRenderExecutor(Renderer renderer)(Code) | | Processes the RenderExecutor Extension Point and creates the
appropriate Executor
|
|
|