Class NoteStyle
- java.lang.Object
-
- com.vividsolutions.jump.workbench.ui.cursortool.NoteStyle
-
-
Constructor Summary
Constructors Constructor Description NoteStyle()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectclone()static FeatureSchemacreateFeatureSchema()static JTextAreacreateTextArea()voidinitialize(Layer layer)Called before #paint is applied to each Feature.booleanisEnabled()voidpaint(Feature f, Graphics2D g, Viewport viewport)voidsetEnabled(boolean enabled)
-
-
-
Field Detail
-
WIDTH
public static final int WIDTH
- See Also:
- Constant Field Values
-
HEIGHT
public static final int HEIGHT
- See Also:
- Constant Field Values
-
CREATED
public static final String CREATED
-
MODIFIED
public static final String MODIFIED
-
TEXT
public static final String TEXT
-
GEOMETRY
public static final String GEOMETRY
- See Also:
- Constant Field Values
-
-
Method Detail
-
createFeatureSchema
public static FeatureSchema createFeatureSchema()
-
createTextArea
public static JTextArea createTextArea()
-
paint
public void paint(Feature f, Graphics2D g, Viewport viewport) throws Exception
-
initialize
public void initialize(Layer layer)
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
-
setEnabled
public void setEnabled(boolean enabled)
- Specified by:
setEnabledin interfaceStyle
-
-