de.uni_paderborn.fujaba.fsa.swing
Class LineStyle
java.lang.Object
java.awt.BasicStroke
de.uni_paderborn.fujaba.fsa.swing.LineStyle
- All Implemented Interfaces:
- java.awt.Stroke
- public class LineStyle
- extends java.awt.BasicStroke
- Version:
- $Revision: 1.6 $
- Author:
- $Author: lowende $
Nested classes inherited from class java.awt.BasicStroke |
|
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 |
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 |
SOLID
public static final java.awt.BasicStroke SOLID
- Basic stroke of the solid linestyle
DASHED
public static final java.awt.BasicStroke DASHED
- Basic stroke of the dashed linestyle
DOTTED
public static final java.awt.BasicStroke DOTTED
- Basic stroke of the dotted linestyle
DOTDASHED
public static final java.awt.BasicStroke DOTDASHED
- Basic stroke of the dot-dashed linestyle
DOTDOTDASHED
public static final java.awt.BasicStroke DOTDOTDASHED
- Basic stroke of the dot-dot-dashed linestyle
LineStyle
public LineStyle()