public class ArcLayoutSettings
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CROP_CONCAVE |
static int |
CROP_CONVEX |
static int |
DIRECTION_BOTTOM |
static int |
DIRECTION_TOP |
| Modifier and Type | Method and Description |
|---|---|
int |
getArcColor() |
float |
getArcHeight() |
float |
getElevation() |
boolean |
isCropConvex() |
boolean |
isDirectionBottom() |
void |
setElevation(float elevation) |
void |
setIsCropConvex(boolean cropConvex) |
void |
setIsDirectionBottom(boolean directionBottom) |
public static final int CROP_CONVEX
public static final int CROP_CONCAVE
public static final int DIRECTION_BOTTOM
public static final int DIRECTION_TOP
public float getElevation()
public void setElevation(float elevation)
public boolean isCropConvex()
public void setIsCropConvex(boolean cropConvex)
public void setIsDirectionBottom(boolean directionBottom)
public boolean isDirectionBottom()
public float getArcHeight()
public int getArcColor()