public final class Shape extends SingleAttributes<String>
| Modifier and Type | Field and Description |
|---|---|
static Shape |
CIRCLE |
static Shape |
DIAMOND |
static Shape |
DOUBLE_CIRCLE |
static Shape |
DOUBLE_OCTAGON |
static Shape |
EGG |
static Shape |
ELLIPSE |
static Shape |
HEXAGON |
static Shape |
HOUSE |
static Shape |
INV_HOUSE |
static Shape |
INV_TRAPEZIUM |
static Shape |
INV_TRIANGLE |
static Shape |
NONE |
static Shape |
OCTAGON |
static Shape |
PARALLELOGRAM |
static Shape |
PENTAGON |
static Shape |
POINT |
static Shape |
RECTANGLE |
static Shape |
SEPTAGON |
static Shape |
TRAPEZIUM |
static Shape |
TRIANGLE |
static Shape |
TRIPLE_OCTAGON |
key, value| Modifier and Type | Method and Description |
|---|---|
static Attributes |
mCircle(String topLabel,
String bottomLabel) |
static Attributes |
mDiamond(String topLabel,
String bottomLabel) |
static Attributes |
mSquare(String topLabel,
String bottomLabel) |
static Attributes |
polygon(int sides,
double skew,
double distortion) |
applyTo, key, valueclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplyTo, attr, attrs, isEmptypublic static final Shape ELLIPSE
public static final Shape CIRCLE
public static final Shape POINT
public static final Shape EGG
public static final Shape TRIANGLE
public static final Shape DIAMOND
public static final Shape TRAPEZIUM
public static final Shape PARALLELOGRAM
public static final Shape HOUSE
public static final Shape PENTAGON
public static final Shape HEXAGON
public static final Shape SEPTAGON
public static final Shape OCTAGON
public static final Shape DOUBLE_CIRCLE
public static final Shape DOUBLE_OCTAGON
public static final Shape TRIPLE_OCTAGON
public static final Shape INV_TRIANGLE
public static final Shape INV_TRAPEZIUM
public static final Shape INV_HOUSE
public static final Shape RECTANGLE
public static final Shape NONE
public static Attributes mDiamond(String topLabel, String bottomLabel)
public static Attributes mSquare(String topLabel, String bottomLabel)
public static Attributes mCircle(String topLabel, String bottomLabel)
public static Attributes polygon(int sides, double skew, double distortion)
Copyright © 2015–2017. All rights reserved.