|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--SavableStroke
|
+--TickedStroke
| Field Summary | |
(package private) int[] |
actions
|
(package private) int |
flip
|
(package private) java.util.Vector |
heads
|
(package private) static int |
LEFT
|
(package private) double[] |
lengths
|
(package private) int |
partcnt
|
(package private) static int |
PENDOWN
|
(package private) static int |
PENUP
|
(package private) static int |
RIGHT
|
(package private) java.util.Vector |
tails
|
double |
thickness
|
double |
ticklength
|
(package private) static double |
tol
|
| Fields inherited from class SavableStroke |
linestroke |
| Constructor Summary | |
TickedStroke(double thickness)
|
|
| Method Summary | |
java.awt.Shape |
createStrokedShape(java.awt.Shape p)
|
void |
setFlip(boolean val)
|
| Methods inherited from class SavableStroke |
toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
static double tol
static int PENDOWN
static int PENUP
static int LEFT
static int RIGHT
public double thickness
public double ticklength
int flip
double[] lengths
int[] actions
int partcnt
java.util.Vector heads
java.util.Vector tails
| Constructor Detail |
public TickedStroke(double thickness)
| Method Detail |
public void setFlip(boolean val)
setFlip in class SavableStrokepublic java.awt.Shape createStrokedShape(java.awt.Shape p)
createStrokedShape in interface java.awt.StrokecreateStrokedShape in class SavableStroke
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||