Java Doc for RenderFactoryImpl.java in  » GIS » udig-1.1 » net » refractions » udig » project » internal » render » impl » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » GIS » udig 1.1 » net.refractions.udig.project.internal.render.impl 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


net.refractions.udig.project.internal.render.impl.RenderFactoryImpl

RenderFactoryImpl
public class RenderFactoryImpl extends EFactoryImpl implements RenderFactory(Code)
An implementation of the model Factory !


Field Summary
final public static  Stringcopyright
    

Constructor Summary
public  RenderFactoryImpl()
     Creates an instance of the factory.

Method Summary
public  StringconvertAffineTransformToString(EDataType eDataType, Object instanceValue)
    
public  StringconvertBufferedImageToString(EDataType eDataType, Object instanceValue)
    
public  StringconvertCoordinateReferenceSystemToString(EDataType eDataType, Object instanceValue)
    
public  StringconvertCoordinateToString(EDataType eDataType, Object instanceValue)
    
public  StringconvertEnvelopeToString(EDataType eDataType, Object instanceValue)
    
public  StringconvertGraphics2DToString(EDataType eDataType, Object instanceValue)
    
public  StringconvertIGeoResourceToString(EDataType eDataType, Object instanceValue)
    
public  StringconvertIProgressMonitorToString(EDataType eDataType, Object instanceValue)
    
public  StringconvertInfoListToString(EDataType eDataType, Object instanceValue)
    
public  StringconvertListToString(EDataType eDataType, Object instanceValue)
    
public  StringconvertMapDisplayToString(EDataType eDataType, Object instanceValue)
    
public  StringconvertPointToString(EDataType eDataType, Object instanceValue)
    
public  StringconvertQueryToString(EDataType eDataType, Object instanceValue)
    
public  StringconvertRectangleToString(EDataType eDataType, Object instanceValue)
    
public  StringconvertToString(EDataType eDataType, Object instanceValue)
    
public  EObjectcreate(EClass eClass)
    
public  AffineTransformcreateAffineTransformFromString(EDataType eDataType, String initialValue)
    
public  BufferedImagecreateBufferedImageFromString(EDataType eDataType, String initialValue)
    
public  MultiLayerRenderercreateCompositeRenderer()
    
public  CoordinatecreateCoordinateFromString(EDataType eDataType, String initialValue)
    
public  CoordinateReferenceSystemcreateCoordinateReferenceSystemFromString(EDataType eDataType, String initialValue)
    
public  EnvelopecreateEnvelopeFromString(EDataType eDataType, String initialValue)
    
public  ObjectcreateFromString(EDataType eDataType, String initialValue)
    
public  Graphics2DcreateGraphics2DFromString(EDataType eDataType, String initialValue)
    
public  IGeoResourcecreateIGeoResourceFromString(EDataType eDataType, String initialValue)
    
public  IProgressMonitorcreateIProgressMonitorFromString(EDataType eDataType, String initialValue)
    
public  ListcreateListFromString(EDataType eDataType, String initialValue)
    
public  IMapDisplaycreateMapDisplayFromString(EDataType eDataType, String initialValue)
    
public  PointcreatePointFromString(EDataType eDataType, String initialValue)
    
public  QuerycreateQueryFromString(EDataType eDataType, String initialValue)
    
public  RectanglecreateRectangleFromString(EDataType eDataType, String initialValue)
    
public  RenderContextImplcreateRenderContext(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  RenderExecutorcreateRenderExecutor()
    
public  RenderExecutorcreateRenderExecutor(Renderer renderer)
    
public  RenderManagercreateRenderManager()
    
public  RenderManagercreateRenderManagerViewer()
    
public  ViewportModelcreateViewportModel()
    
public  ViewportModelcreateViewportModelViewer()
    
public static  RenderPackagegetPackage()
    
public  RenderPackagegetRenderPackage()
    

Field Detail
copyright
final public static String copyright(Code)




Constructor Detail
RenderFactoryImpl
public RenderFactoryImpl()(Code)
Creates an instance of the factory.




Method Detail
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)



createAffineTransformFromString
public AffineTransform createAffineTransformFromString(EDataType eDataType, String initialValue)(Code)



createBufferedImageFromString
public BufferedImage createBufferedImageFromString(EDataType eDataType, String initialValue)(Code)



createCompositeRenderer
public MultiLayerRenderer createCompositeRenderer()(Code)

See Also:   net.refractions.udig.project.internal.render.RenderFactory.createCompositeRenderer



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()(Code)

See Also:   net.refractions.udig.project.internal.render.RenderFactory.createRenderExecutor



createRenderExecutor
public RenderExecutor createRenderExecutor(Renderer renderer)(Code)
Processes the RenderExecutor Extension Point and creates the appropriate Executor



createRenderManager
public RenderManager createRenderManager()(Code)



createRenderManagerViewer
public RenderManager createRenderManagerViewer()(Code)



createViewportModel
public ViewportModel createViewportModel()(Code)



createViewportModelViewer
public ViewportModel createViewportModelViewer()(Code)



getPackage
public static RenderPackage getPackage()(Code)



getRenderPackage
public RenderPackage getRenderPackage()(Code)



w__w_w___.___j_a___v___a__2s_._c___om__ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.