|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--FileDefaultable
|
+--Arrow
A style of arrow head.
| Field Summary | |
float |
aspect
length/width of arrow |
boolean |
back
Draw Back of arrow |
float |
backconcavity
Curvature of back of arrow |
float |
backjunction
Where back of arrow arrow meets axis |
float |
concavity
Curvature of side of arrow |
static java.util.TreeSet |
defaults
|
static java.util.TreeSet |
file
|
static java.util.TreeSet |
fixed
|
boolean |
left
Draw left half of arrow |
static java.util.TreeSet |
mindefaults
|
java.lang.String |
name
|
static Arrow |
none
|
boolean |
right
Draw Right half of arrow |
private static long |
serialVersionUID
|
Size |
size
The size of the arrow to draw. If none, the size will be based on the thickness of the line. |
boolean |
solid
Draw solid arrow |
| Fields inherited from class FileDefaultable |
curfile, defmap, filemap, fixedmap, minmap |
| Constructor Summary | |
Arrow(java.lang.String name)
|
|
Arrow(java.lang.String name,
boolean left,
boolean right,
boolean solid,
boolean back,
Size size,
double aspect,
double concavity,
double backjunction,
double backconcavity)
|
|
| Method Summary | |
java.lang.Object |
clone()
|
void |
copy(FileDefaultable thatitem)
|
void |
draw(View view,
Anchor point,
int direction,
CurveAtt props)
|
boolean |
edit(javax.swing.JFrame owner)
|
java.lang.String |
getName()
|
java.lang.Object |
readResolve()
|
| Methods inherited from class FileDefaultable |
absorb, add, check, checkAll, cloneSet, compareTo, equals, getAll, getAll, getArray, getDefs, getExisting, getFile, getFixed, getGlobal, getMin, lookup, lookup, mergeDelete, mergeFile, seperate, sortOut, toString, toSuperString |
| Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
private static final long serialVersionUID
public boolean left
public boolean right
public boolean back
public boolean solid
public float aspect
public float concavity
public float backconcavity
public float backjunction
public Size size
public java.lang.String name
public static java.util.TreeSet defaults
public static java.util.TreeSet mindefaults
public static java.util.TreeSet file
public static java.util.TreeSet fixed
public static Arrow none
| Constructor Detail |
public Arrow(java.lang.String name)
public Arrow(java.lang.String name,
boolean left,
boolean right,
boolean solid,
boolean back,
Size size,
double aspect,
double concavity,
double backjunction,
double backconcavity)
| Method Detail |
public java.lang.String getName()
getName in class FileDefaultablepublic boolean edit(javax.swing.JFrame owner)
edit in class FileDefaultablepublic java.lang.Object clone()
clone in class FileDefaultablepublic void copy(FileDefaultable thatitem)
copy in class FileDefaultable
public java.lang.Object readResolve()
throws java.io.ObjectStreamException
readResolve in class FileDefaultablejava.io.ObjectStreamException
public void draw(View view,
Anchor point,
int direction,
CurveAtt props)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||