Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CREATED |
static java.lang.String |
GEOMETRY |
static int |
HEIGHT |
static java.lang.String |
MODIFIED |
static java.lang.String |
TEXT |
static int |
WIDTH |
Constructor and Description |
---|
NoteStyle() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
static FeatureSchema |
createFeatureSchema() |
static javax.swing.JTextArea |
createTextArea() |
void |
initialize(Layer layer)
Called before #paint is applied to each Feature.
|
boolean |
isEnabled() |
void |
paint(Feature f,
java.awt.Graphics2D g,
Viewport viewport) |
void |
setEnabled(boolean enabled) |
public static final int WIDTH
public static final int HEIGHT
public static final java.lang.String CREATED
public static final java.lang.String MODIFIED
public static final java.lang.String TEXT
public static final java.lang.String GEOMETRY
public static FeatureSchema createFeatureSchema()
public static javax.swing.JTextArea createTextArea()
public void paint(Feature f, java.awt.Graphics2D g, Viewport viewport) throws java.lang.Exception
public void initialize(Layer layer)
Style
initialize
in interface Style
public java.lang.Object clone()
public void setEnabled(boolean enabled)
setEnabled
in interface Style