|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.esdihumboldt.hale.ui.style.editors.StrokeEditor
public class StrokeEditor
Editor for Stroke
s
Constructor Summary | |
---|---|
StrokeEditor(org.eclipse.swt.widgets.Composite parent,
org.geotools.styling.Stroke stroke)
Creates a Stroke editor |
Method Summary | |
---|---|
Color |
getColor()
Get the Stroke color |
org.eclipse.swt.widgets.Control |
getControl()
Get the editor control |
org.geotools.styling.Stroke |
getValue()
Get the value |
boolean |
isChanged()
States if the value has been changed |
void |
setValue(org.geotools.styling.Stroke stroke)
Set the value |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StrokeEditor(org.eclipse.swt.widgets.Composite parent, org.geotools.styling.Stroke stroke)
Stroke
editor
parent
- the parent compositestroke
- the initial strokeMethod Detail |
---|
public org.geotools.styling.Stroke getValue()
Editor
getValue
in interface Editor<org.geotools.styling.Stroke>
Editor.getValue()
public Color getColor()
Stroke
color
Stroke
colorpublic void setValue(org.geotools.styling.Stroke stroke)
Editor
setValue
in interface Editor<org.geotools.styling.Stroke>
stroke
- the value to setEditor.setValue(Object)
public org.eclipse.swt.widgets.Control getControl()
Editor
getControl
in interface Editor<org.geotools.styling.Stroke>
Editor.getControl()
public boolean isChanged()
Editor
isChanged
in interface Editor<org.geotools.styling.Stroke>
Editor.isChanged()
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |