|
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.PointGraphicEditor
public class PointGraphicEditor
Editor for external Graphic
.
Doesn't support editing of an existing symbolizer.
Constructor Summary | |
---|---|
PointGraphicEditor(org.eclipse.swt.widgets.Composite parent)
Creates a Graphic editor |
Method Summary | |
---|---|
org.eclipse.swt.widgets.Control |
getControl()
Get the editor control |
org.geotools.styling.PointSymbolizer |
getValue()
Get the value |
boolean |
isChanged()
States if the value has been changed |
void |
setValue(org.geotools.styling.PointSymbolizer pointSym)
Set the value |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PointGraphicEditor(org.eclipse.swt.widgets.Composite parent)
Graphic
editor
parent
- the parent compositeMethod Detail |
---|
public org.eclipse.swt.widgets.Control getControl()
Editor
getControl
in interface Editor<org.geotools.styling.PointSymbolizer>
Editor.getControl()
public org.geotools.styling.PointSymbolizer getValue() throws Exception
Editor
getValue
in interface Editor<org.geotools.styling.PointSymbolizer>
Exception
- if an error occurs getting the valueEditor.getValue()
public boolean isChanged()
Editor
isChanged
in interface Editor<org.geotools.styling.PointSymbolizer>
Editor.isChanged()
public void setValue(org.geotools.styling.PointSymbolizer pointSym)
Editor
setValue
in interface Editor<org.geotools.styling.PointSymbolizer>
pointSym
- 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 |