Package sec.web.renderer
Class AreaSymbolFill
java.lang.Object
sec.web.renderer.AreaSymbolFill
- All Implemented Interfaces:
ISinglePointRenderer
- Author:
- michael.spinelli
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlineToImages(ArrayList<Point2D.Double> points, double iconWidth, double iconHeight, double pixelSpace, Rectangle2D clipBounds)
-
Field Details
-
DEFAULT_SYMBOL_SIZE
public static final int DEFAULT_SYMBOL_SIZE- See Also:
-
KEY_SYMBOL_FILL_IDS
- See Also:
-
KEY_SYMBOL_LINE_IDS
- See Also:
-
KEY_SYMBOL_FILL_ICON_SIZE
- See Also:
-
KEY_SYMBOL_COORDS
- See Also:
-
KEY_SYMBOL_CLIP
- See Also:
-
KEY_SYMBOL_HEIGHT
- See Also:
-
KEY_SYMBOL_WIDTH
- See Also:
-
-
Constructor Details
-
AreaSymbolFill
public AreaSymbolFill()
-
-
Method Details
-
getRendererID
- Specified by:
getRendererIDin interfaceISinglePointRenderer
-
canRender
- Specified by:
canRenderin interfaceISinglePointRenderer
-
render
- Specified by:
renderin interfaceISinglePointRenderer
-
lineToImages
public static ArrayList<Double> lineToImages(ArrayList<Point2D.Double> points, double iconWidth, double iconHeight, double pixelSpace, Rectangle2D clipBounds)
-