|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AnchorPosition | |
|---|---|
| com.androidplot.ui | Visual components of AndroidPlot |
| com.androidplot.ui.widget | |
| Uses of AnchorPosition in com.androidplot.ui |
|---|
| Methods in com.androidplot.ui that return AnchorPosition | |
|---|---|
AnchorPosition |
PositionMetrics.getAnchor()
|
static AnchorPosition |
AnchorPosition.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AnchorPosition[] |
AnchorPosition.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.androidplot.ui with parameters of type AnchorPosition | |
|---|---|
void |
PositionMetrics.setAnchor(AnchorPosition anchor)
|
| Constructors in com.androidplot.ui with parameters of type AnchorPosition | |
|---|---|
PositionMetrics(float x,
XLayoutStyle xLayoutStyle,
float y,
YLayoutStyle yLayoutStyle,
AnchorPosition anchor)
|
|
| Uses of AnchorPosition in com.androidplot.ui.widget |
|---|
| Methods in com.androidplot.ui.widget that return AnchorPosition | |
|---|---|
AnchorPosition |
Widget.getAnchor()
|
| Methods in com.androidplot.ui.widget with parameters of type AnchorPosition | |
|---|---|
static android.graphics.PointF |
Widget.getAnchorCoordinates(float x,
float y,
float width,
float height,
AnchorPosition anchorPosition)
|
static android.graphics.PointF |
Widget.getAnchorCoordinates(android.graphics.RectF widgetRect,
AnchorPosition anchorPosition)
|
static android.graphics.PointF |
Widget.getAnchorOffset(float width,
float height,
AnchorPosition anchorPosition)
|
void |
Widget.position(float x,
XLayoutStyle xLayoutStyle,
float y,
YLayoutStyle yLayoutStyle,
AnchorPosition anchor)
|
void |
Widget.setAnchor(AnchorPosition anchor)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||