gishur.graph.gui
Class EdgeStyle

java.lang.Object
  |
  +--gishur.gui2.Style
        |
        +--gishur.graph.gui.EdgeStyle

public class EdgeStyle
extends Style

Version:
1.0
Author:
Thomas Wolf

Constructor Summary
EdgeStyle()
           
 
Method Summary
protected  Painter createNewPainter()
          Creates a new Painter object.
protected  java.lang.String stylePrefix()
          Returns the style prefix string used for reading properties by all Painters that are created by this Style.
 
Methods inherited from class gishur.gui2.Style
createPainter, validatePainterCreation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EdgeStyle

public EdgeStyle()
Method Detail

stylePrefix

protected java.lang.String stylePrefix()
Returns the style prefix string used for reading properties by all Painters that are created by this Style.
Returns:
the style prefix string used for reading properties.
Overrides:
stylePrefix in class Style

createNewPainter

protected Painter createNewPainter()
Creates a new Painter object.
Returns:
new Painter instance.
Overrides:
createNewPainter in class Style