-
- All Implemented Interfaces:
-
java.io.Serializable
,java.lang.Comparable
public enum Anchor
Enumeration of possible anchor positions that a com.androidplot.ui.widget.Widget can use. There are a total 8 possible anchor positions representing each corner of the Widget and the point exactly between each corner.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description TOP_MIDDLE
LEFT_TOP
LEFT_MIDDLE
LEFT_BOTTOM
RIGHT_TOP
RIGHT_MIDDLE
RIGHT_BOTTOM
BOTTOM_MIDDLE
CENTER
-