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