public abstract class Line2DOrientation extends TypesafeEnum
| Modifier and Type | Field and Description |
|---|---|
static Line2DOrientation |
HORIZONTAL |
static List<Line2DOrientation> |
VALUES |
static Line2DOrientation |
VERTICAL |
| Modifier and Type | Method and Description |
|---|---|
abstract Line2D |
getLine2D() |
String |
getResourceBundleBaseName() |
equals, getDisplayString, hashCode, toStringpublic static final Line2DOrientation HORIZONTAL
public static final Line2DOrientation VERTICAL
public static final List<Line2DOrientation> VALUES
public String getResourceBundleBaseName()
getResourceBundleBaseName in class TypesafeEnumpublic abstract Line2D getLine2D()
Copyright © 2002–2017 SoftSmithy. All rights reserved.