|
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.LineSymbolizerEditor
public class LineSymbolizerEditor
Editor for LineSymbolizer
s
Constructor Summary | |
---|---|
LineSymbolizerEditor(org.eclipse.swt.widgets.Composite parent,
org.geotools.styling.LineSymbolizer line)
Creates a LineSymbolizer editor |
Method Summary | |
---|---|
org.eclipse.swt.widgets.Control |
getControl()
Get the editor control |
org.geotools.styling.LineSymbolizer |
getValue()
Get the value |
boolean |
isChanged()
States if the value has been changed |
void |
setValue(org.geotools.styling.LineSymbolizer line)
Set the value |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LineSymbolizerEditor(org.eclipse.swt.widgets.Composite parent, org.geotools.styling.LineSymbolizer line)
LineSymbolizer
editor
parent
- the parent compositeline
- the initial LineSymbolizer
Method Detail |
---|
public org.eclipse.swt.widgets.Control getControl()
Editor
getControl
in interface Editor<org.geotools.styling.LineSymbolizer>
Editor.getControl()
public org.geotools.styling.LineSymbolizer getValue()
Editor
getValue
in interface Editor<org.geotools.styling.LineSymbolizer>
Editor.getValue()
public boolean isChanged()
Editor
isChanged
in interface Editor<org.geotools.styling.LineSymbolizer>
Editor.isChanged()
public void setValue(org.geotools.styling.LineSymbolizer line)
Editor
setValue
in interface Editor<org.geotools.styling.LineSymbolizer>
line
- the value to setEditor.setValue(Object)
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |