|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectGraphicViewer
public class GraphicViewer
Allows editing/viewing of a Style Layer Descriptor "Graphic".
Here is the pretty picture:
+-+ +-------+ +------+
Point: |x| | star\/| |size\/|
+-+ +-------+ +------+
Workflow:
| Constructor Summary | |
|---|---|
GraphicViewer()
|
|
| Method Summary | |
|---|---|
void |
addListener(SelectionListener listener1)
Accepts a listener that will be notified when content changes. |
Composite |
createControl(Composite parent,
KeyListener klisten,
StyleBuilder build)
TODO summary sentence for createControl ... |
protected void |
fire(SelectionEvent event)
TODO summary sentence for fire ... |
Graphic |
getGraphic(Fill filll,
Stroke stroke,
StyleBuilder build)
TODO summary sentence for getGraphic ... |
void |
removeListener(SelectionListener listener1)
Remove listener. |
void |
setGraphic(Graphic graphic,
Mode mode,
Color defaultColor)
TODO summary sentence for setGraphic ... |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GraphicViewer()
| Method Detail |
|---|
public void addListener(SelectionListener listener1)
listener1 - public void removeListener(SelectionListener listener1)
listener1 - protected void fire(SelectionEvent event)
event -
public Composite createControl(Composite parent,
KeyListener klisten,
StyleBuilder build)
parent - klisten - build -
public Graphic getGraphic(Fill filll, Stroke stroke, StyleBuilder build)
filll - stroke - build -
public void setGraphic(Graphic graphic, Mode mode, Color defaultColor)
graphic - mode - enabled -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||