Interface Style
-
- All Superinterfaces:
Cloneable
- All Known Subinterfaces:
ChoosableStyle
- All Known Implementing Classes:
AbstractSelectionRenderer,ArrowLineStringEndpointStyle,ArrowLineStringEndpointStyle.Feathers,ArrowLineStringEndpointStyle.FeathersEnd,ArrowLineStringEndpointStyle.FeathersStart,ArrowLineStringEndpointStyle.NarrowSolidEnd,ArrowLineStringEndpointStyle.NarrowSolidStart,ArrowLineStringEndpointStyle.OpenEnd,ArrowLineStringEndpointStyle.OpenStart,ArrowLineStringEndpointStyle.SolidEnd,ArrowLineStringEndpointStyle.SolidStart,BasicStyle,CircleLineStringEndpointStyle,CircleLineStringEndpointStyle.End,CircleLineStringEndpointStyle.Start,ColorThemingStyle,DelegatingStyle,DelineationVertexStyle,DummyStyle,FeatureSelectionRenderer,LabelStyle,LineStringEndpointStyle,LineStringSelectionRenderer,LineStringStyle,NoteTool.NoteStyle,PartSelectionRenderer,PinEqualCoordinatesStyle,RingVertexStyle,SelectionBackgroundRenderer,SquareVertexStyle,VertexStyle
public interface Style extends Cloneable
Must have a parameterless constructor so it can be created by Java2XML.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectclone()voidinitialize(Layer layer)Called before #paint is applied to each Feature.booleanisEnabled()voidpaint(Feature f, Graphics2D g, Viewport viewport)voidsetEnabled(boolean enabled)
-