Class PinEqualCoordinatesStyle
java.lang.Object
com.vividsolutions.jump.workbench.ui.renderer.style.PinEqualCoordinatesStyle
-
Constructor Summary
ConstructorsConstructorDescriptionParameterless constructor for Java2XML persistence.PinEqualCoordinatesStyle(Color color) -
Method Summary
Modifier and TypeMethodDescriptionclone()static booleancoordinatesEqual(org.locationtech.jts.geom.Geometry geometry) getColor()voidinitialize(Layer layer) Called before #paint is applied to each Feature.booleanvoidpaint(Feature f, Graphics2D g, Viewport viewport) protected voidpaintGeometry(org.locationtech.jts.geom.Geometry geometry, Graphics2D graphics, Viewport viewport) voidvoidsetEnabled(boolean enabled)
-
Constructor Details
-
PinEqualCoordinatesStyle
public PinEqualCoordinatesStyle()Parameterless constructor for Java2XML persistence. [Jon Aquino] -
PinEqualCoordinatesStyle
-
-
Method Details
-
isEnabled
-
initialize
Description copied from interface:StyleCalled before #paint is applied to each Feature.- Specified by:
initializein interfaceStyle- Parameters:
layer- the layer on which to apply this style
-
clone
-
paint
-
setEnabled
public void setEnabled(boolean enabled) - Specified by:
setEnabledin interfaceStyle
-
paintGeometry
protected void paintGeometry(org.locationtech.jts.geom.Geometry geometry, Graphics2D graphics, Viewport viewport) throws Exception - Throws:
Exception
-
coordinatesEqual
public static boolean coordinatesEqual(org.locationtech.jts.geom.Geometry geometry) -
getColor
-
setColor
-