|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectCodeList<E>
SimpleEnumerationType<LineJoin>
LineJoin
public class LineJoin
Indicates the various various ways of joining two lines at their intersection. This class defines static constants for all of the standard choices.
Field Summary | |
---|---|
static LineJoin |
BEVEL
This constant indicates that lines should be joined by connecting the outer corners of the lines with a straight line segment. |
static LineJoin |
MITER
This constant indicates that lines should be joined at intersections by extending their outside edges until they meet. |
static LineJoin |
ROUND
This constant indicates that lines should be joined by a circular arc of radius equal to half the line width. |
Constructor Summary | |
---|---|
protected |
LineJoin(String name,
String description)
Construct a new LineJoin with the given name and description. |
Method Summary | |
---|---|
CodeList[] |
family()
Returns the list of enumerations of the same kind than this enum. |
static LineJoin[] |
values()
Returns the list of LineJoin s. |
Methods inherited from class SimpleEnumerationType |
---|
getDescription, getIcon, getNullIcon, loadIconResource, toString |
Methods inherited from class CodeList |
---|
compareTo, name, ordinal, readResolve |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final LineJoin MITER
public static final LineJoin ROUND
public static final LineJoin BEVEL
Constructor Detail |
---|
protected LineJoin(String name, String description)
DisplayCapabilities.getSupportedLineJoins()
.
name
- a String defining the name of the Arrow pattern.description
- a String describing the pattern.Method Detail |
---|
public static LineJoin[] values()
LineJoin
s.
public CodeList[] family()
family
in class CodeList<LineJoin>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |