|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.BasicStroke
de.uni_paderborn.fujaba.fsa.swing.LineStyle
Field Summary | |
static java.awt.BasicStroke |
DASHED
Basic stroke of the dashed linestyle |
static java.awt.BasicStroke |
DOTDASHED
Basic stroke of the dot-dashed linestyle |
static java.awt.BasicStroke |
DOTDOTDASHED
Basic stroke of the dot-dot-dashed linestyle |
static java.awt.BasicStroke |
DOTTED
Basic stroke of the dotted linestyle |
static java.awt.BasicStroke |
SOLID
Basic stroke of the solid linestyle |
Fields inherited from class java.awt.BasicStroke |
CAP_BUTT, CAP_ROUND, CAP_SQUARE, JOIN_BEVEL, JOIN_MITER, JOIN_ROUND |
Constructor Summary | |
LineStyle()
|
Methods inherited from class java.awt.BasicStroke |
createStrokedShape, equals, getDashArray, getDashPhase, getEndCap, getLineJoin, getLineWidth, getMiterLimit, hashCode |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.awt.BasicStroke SOLID
public static final java.awt.BasicStroke DASHED
public static final java.awt.BasicStroke DOTTED
public static final java.awt.BasicStroke DOTDASHED
public static final java.awt.BasicStroke DOTDOTDASHED
Constructor Detail |
public LineStyle()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |