Package de.latlon.deejump.plugin.style
Class CrossVertexStyle
- java.lang.Object
-
- com.vividsolutions.jump.workbench.ui.renderer.style.VertexStyle
-
- de.latlon.deejump.plugin.style.CrossVertexStyle
-
- All Implemented Interfaces:
Style
,Cloneable
,SLDImporter.FillStyle
,SLDImporter.SizedStrokeFillStyle
,SLDImporter.SizedStyle
,SLDImporter.StrokeFillStyle
,SLDImporter.StrokeStyle
public class CrossVertexStyle extends VertexStyle
- Author:
- hamammi TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates
-
-
Field Summary
-
Fields inherited from class com.vividsolutions.jump.workbench.ui.renderer.style.VertexStyle
shape, size
-
-
Constructor Summary
Constructors Constructor Description CrossVertexStyle()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected static Shape
createDefaultCross()
void
paint(Graphics2D g, Point2D p)
-
Methods inherited from class com.vividsolutions.jump.workbench.ui.renderer.style.VertexStyle
clone, getFillColor, getFilling, getLineColor, getShape, getSize, initialize, isEnabled, paint, render, setAlpha, setEnabled, setFillColor, setFilling, setLineColor, setLinePattern, setLineWidth, setRenderingLinePattern, setSize
-
-
-
-
Method Detail
-
paint
public void paint(Graphics2D g, Point2D p)
- Overrides:
paint
in classVertexStyle
-
createDefaultCross
protected static Shape createDefaultCross()
-
-