Java Doc for AbstractStyleFactory.java in  » GIS » GeoTools-2.4.1 » org » geotools » styling » 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 » GeoTools 2.4.1 » org.geotools.styling 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.geotools.styling.AbstractStyleFactory

All known Subclasses:   org.geotools.styling.StyleFactoryImpl,
AbstractStyleFactory
abstract public class AbstractStyleFactory implements StyleFactory(Code)
Abstract base class for implementing style factories.




Method Summary
abstract public  AnchorPointcreateAnchorPoint(Expression x, Expression y)
    
abstract public  ChannelSelectioncreateChannelSelection(SelectedChannelType[] channels)
    
abstract public  ColorMapcreateColorMap()
    
abstract public  ColorMapEntrycreateColorMapEntry()
    
abstract public  DisplacementcreateDisplacement(Expression x, Expression y)
    
abstract public  ExternalGraphiccreateExternalGraphic(URL url, String format)
    
abstract public  ExternalGraphiccreateExternalGraphic(String uri, String format)
    
abstract public  FeatureTypeStylecreateFeatureTypeStyle(Rule[] rules)
    
abstract public  FeatureTypeStylecreateFeatureTypeStyle()
    
abstract public  FillcreateFill(Expression color, Expression backgroundColor, Expression opacity, Graphic graphicFill)
    
abstract public  FillcreateFill(Expression color, Expression opacity)
    
abstract public  FillcreateFill(Expression color)
    
abstract public  FontcreateFont(Expression fontFamily, Expression fontStyle, Expression fontWeight, Expression fontSize)
    
abstract public  GraphiccreateGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation)
    
abstract public  HalocreateHalo(Fill fill, Expression radius)
    
abstract public  LinePlacementcreateLinePlacement(Expression offset)
    
abstract public  LineSymbolizercreateLineSymbolizer()
    
abstract public  LineSymbolizercreateLineSymbolizer(Stroke stroke, String geometryPropertyName)
    
abstract public  MarkcreateMark(Expression wellKnownName, Stroke stroke, Fill fill, Expression size, Expression rotation)
    
abstract public  MarkcreateMark()
    
abstract public  NamedStylecreateNamedStyle()
    
abstract public  PointPlacementcreatePointPlacement(AnchorPoint anchorPoint, Displacement displacement, Expression rotation)
    
abstract public  PointSymbolizercreatePointSymbolizer()
    
abstract public  PointSymbolizercreatePointSymbolizer(Graphic graphic, String geometryPropertyName)
    
abstract public  PolygonSymbolizercreatePolygonSymbolizer()
    
abstract public  PolygonSymbolizercreatePolygonSymbolizer(Stroke stroke, Fill fill, String geometryPropertyName)
    
abstract public  RasterSymbolizercreateRasterSymbolizer(String geometryPropertyName, Expression opacity, ChannelSelection channel, Expression overlap, ColorMap colorMap, ContrastEnhancement ce, ShadedRelief relief, Symbolizer outline)
    
abstract public  RulecreateRule()
    
abstract public  SelectedChannelTypecreateSelectedChannelType(String name, Expression enhancement)
    
abstract public  StrokecreateStroke(Expression color, Expression width)
    
abstract public  StrokecreateStroke(Expression color, Expression width, Expression opacity)
    
abstract public  StrokecreateStroke(Expression color, Expression width, Expression opacity, Expression lineJoin, Expression lineCap, float[] dashArray, Expression dashOffset, Graphic graphicFill, Graphic graphicStroke)
    
abstract public  StylecreateStyle()
    
abstract public  TextSymbolizercreateTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, String geometryPropertyName)
    
abstract public  TextSymbolizercreateTextSymbolizer()
    
abstract public  MarkgetCircleMark()
    
abstract public  MarkgetCrossMark()
    
abstract public  FillgetDefaultFill()
    
abstract public  FontgetDefaultFont()
    
abstract public  GraphicgetDefaultGraphic()
    
abstract public  LineSymbolizergetDefaultLineSymbolizer()
    
abstract public  MarkgetDefaultMark()
    
abstract public  PointPlacementgetDefaultPointPlacement()
    
abstract public  PointSymbolizergetDefaultPointSymbolizer()
    
abstract public  PolygonSymbolizergetDefaultPolygonSymbolizer()
    
abstract public  RasterSymbolizergetDefaultRasterSymbolizer()
    
abstract public  StrokegetDefaultStroke()
    
abstract public  StylegetDefaultStyle()
    
abstract public  TextSymbolizergetDefaultTextSymbolizer()
     Creates a default Text Symbolizer, using the defaultFill, defaultFont and defaultPointPlacement, Sets the geometry attribute name to be geometry:text.
public  MapgetImplementationHints()
     Returns implementation hints for this factory.
abstract public  MarkgetSquareMark()
    
abstract public  MarkgetStarMark()
    
abstract public  MarkgetTriangleMark()
    
abstract public  MarkgetXMark()
    



Method Detail
createAnchorPoint
abstract public AnchorPoint createAnchorPoint(Expression x, Expression y)(Code)



createChannelSelection
abstract public ChannelSelection createChannelSelection(SelectedChannelType[] channels)(Code)



createColorMap
abstract public ColorMap createColorMap()(Code)



createColorMapEntry
abstract public ColorMapEntry createColorMapEntry()(Code)



createDisplacement
abstract public Displacement createDisplacement(Expression x, Expression y)(Code)



createExternalGraphic
abstract public ExternalGraphic createExternalGraphic(URL url, String format)(Code)



createExternalGraphic
abstract public ExternalGraphic createExternalGraphic(String uri, String format)(Code)



createFeatureTypeStyle
abstract public FeatureTypeStyle createFeatureTypeStyle(Rule[] rules)(Code)



createFeatureTypeStyle
abstract public FeatureTypeStyle createFeatureTypeStyle()(Code)



createFill
abstract public Fill createFill(Expression color, Expression backgroundColor, Expression opacity, Graphic graphicFill)(Code)



createFill
abstract public Fill createFill(Expression color, Expression opacity)(Code)



createFill
abstract public Fill createFill(Expression color)(Code)



createFont
abstract public Font createFont(Expression fontFamily, Expression fontStyle, Expression fontWeight, Expression fontSize)(Code)



createGraphic
abstract public Graphic createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation)(Code)



createHalo
abstract public Halo createHalo(Fill fill, Expression radius)(Code)



createLinePlacement
abstract public LinePlacement createLinePlacement(Expression offset)(Code)



createLineSymbolizer
abstract public LineSymbolizer createLineSymbolizer()(Code)



createLineSymbolizer
abstract public LineSymbolizer createLineSymbolizer(Stroke stroke, String geometryPropertyName)(Code)



createMark
abstract public Mark createMark(Expression wellKnownName, Stroke stroke, Fill fill, Expression size, Expression rotation)(Code)



createMark
abstract public Mark createMark()(Code)



createNamedStyle
abstract public NamedStyle createNamedStyle()(Code)



createPointPlacement
abstract public PointPlacement createPointPlacement(AnchorPoint anchorPoint, Displacement displacement, Expression rotation)(Code)



createPointSymbolizer
abstract public PointSymbolizer createPointSymbolizer()(Code)



createPointSymbolizer
abstract public PointSymbolizer createPointSymbolizer(Graphic graphic, String geometryPropertyName)(Code)



createPolygonSymbolizer
abstract public PolygonSymbolizer createPolygonSymbolizer()(Code)



createPolygonSymbolizer
abstract public PolygonSymbolizer createPolygonSymbolizer(Stroke stroke, Fill fill, String geometryPropertyName)(Code)



createRasterSymbolizer
abstract public RasterSymbolizer createRasterSymbolizer(String geometryPropertyName, Expression opacity, ChannelSelection channel, Expression overlap, ColorMap colorMap, ContrastEnhancement ce, ShadedRelief relief, Symbolizer outline)(Code)



createRule
abstract public Rule createRule()(Code)



createSelectedChannelType
abstract public SelectedChannelType createSelectedChannelType(String name, Expression enhancement)(Code)



createStroke
abstract public Stroke createStroke(Expression color, Expression width)(Code)
A convienice method to make a simple stroke
Parameters:
  color - the color of the line
Parameters:
  width - the width of the line the stroke object
See Also:   org.geotools.stroke



createStroke
abstract public Stroke createStroke(Expression color, Expression width, Expression opacity)(Code)
A convienice method to make a simple stroke
Parameters:
  color - the color of the line
Parameters:
  width - The width of the line
Parameters:
  opacity - The opacity of the line The stroke
See Also:   org.geotools.stroke



createStroke
abstract public Stroke createStroke(Expression color, Expression width, Expression opacity, Expression lineJoin, Expression lineCap, float[] dashArray, Expression dashOffset, Graphic graphicFill, Graphic graphicStroke)(Code)
creates a stroke
Parameters:
  color - The color of the line
Parameters:
  width - The width of the line
Parameters:
  opacity - The opacity of the line
Parameters:
  lineJoin - - the type of Line joint
Parameters:
  lineCap - - the type of line cap
Parameters:
  dashArray - - an array of floats describing the dashes in the line
Parameters:
  dashOffset - - where in the dash array to start drawing from
Parameters:
  graphicFill - - a graphic object to fill the line with
Parameters:
  graphicStroke - - a graphic object to draw the line with The completed stroke.
See Also:   org.geotools.stroke



createStyle
abstract public Style createStyle()(Code)



createTextSymbolizer
abstract public TextSymbolizer createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, String geometryPropertyName)(Code)



createTextSymbolizer
abstract public TextSymbolizer createTextSymbolizer()(Code)



getCircleMark
abstract public Mark getCircleMark()(Code)
Convinence method for obtaining a mark of a fixed shape a Mark that matches the name in this method.



getCrossMark
abstract public Mark getCrossMark()(Code)
Convinence method for obtaining a mark of a fixed shape a Mark that matches the name in this method.



getDefaultFill
abstract public Fill getDefaultFill()(Code)



getDefaultFont
abstract public Font getDefaultFont()(Code)



getDefaultGraphic
abstract public Graphic getDefaultGraphic()(Code)



getDefaultLineSymbolizer
abstract public LineSymbolizer getDefaultLineSymbolizer()(Code)



getDefaultMark
abstract public Mark getDefaultMark()(Code)



getDefaultPointPlacement
abstract public PointPlacement getDefaultPointPlacement()(Code)



getDefaultPointSymbolizer
abstract public PointSymbolizer getDefaultPointSymbolizer()(Code)



getDefaultPolygonSymbolizer
abstract public PolygonSymbolizer getDefaultPolygonSymbolizer()(Code)



getDefaultRasterSymbolizer
abstract public RasterSymbolizer getDefaultRasterSymbolizer()(Code)



getDefaultStroke
abstract public Stroke getDefaultStroke()(Code)



getDefaultStyle
abstract public Style getDefaultStyle()(Code)



getDefaultTextSymbolizer
abstract public TextSymbolizer getDefaultTextSymbolizer()(Code)
Creates a default Text Symbolizer, using the defaultFill, defaultFont and defaultPointPlacement, Sets the geometry attribute name to be geometry:text. No Halo is set. The label is not set A default TextSymbolizer



getImplementationHints
public Map getImplementationHints()(Code)
Returns implementation hints for this factory. The default implementation returns an empty map. DOCUMENT ME!



getSquareMark
abstract public Mark getSquareMark()(Code)
Convinence method for obtaining a mark of a fixed shape a Mark that matches the name in this method.



getStarMark
abstract public Mark getStarMark()(Code)
Convinence method for obtaining a mark of a fixed shape a Mark that matches the name in this method.



getTriangleMark
abstract public Mark getTriangleMark()(Code)
Convinence method for obtaining a mark of a fixed shape a Mark that matches the name in this method.



getXMark
abstract public Mark getXMark()(Code)
Convinence method for obtaining a mark of a fixed shape a Mark that matches the name in this method.



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.