|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.horstmann.violet.framework.SerializableEnumeration
com.horstmann.violet.LineStyle
public class LineStyle
This class defines line styles of various shapes.
Field Summary | |
---|---|
static LineStyle |
DOTTED
|
static LineStyle |
SOLID
|
Method Summary | |
---|---|
java.awt.Stroke |
getStroke()
Gets a stroke with which to draw this line style. |
Methods inherited from class com.horstmann.violet.framework.SerializableEnumeration |
---|
toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final LineStyle SOLID
public static final LineStyle DOTTED
Method Detail |
---|
public java.awt.Stroke getStroke()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |