public class LayoutNorthArrow.LayoutNorthArrowBean extends Object
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
float |
getAngle() |
Get angle
|
Color |
getBackColor() |
Get background color
|
Color |
getForeColor() |
Get foreground color
|
int |
getHeight() |
Get height
|
int |
getLeft() |
Get left
|
Color |
getNeatLineColor() |
Get neat line color
|
float |
getNeatLineSize() |
Get neat line size
|
int |
getTop() |
Get top
|
int |
getWidth() |
Get width
|
boolean |
isDrawBackColor() |
Get is draw backcolor
|
boolean |
isDrawNeatLine() |
Get if draw neat line
|
void |
setAngle(float angle) |
Set angle
|
void |
setBackColor(Color c) |
Set background color
|
void |
setDrawBackColor(boolean value) |
Set is draw backcolor
|
void |
setDrawNeatLine(boolean istrue) |
Set if draw neat line
|
void |
setForeColor(Color c) |
Set foreground color
|
void |
setHeight(int height) |
Set height
|
void |
setLeft(int left) |
Set left
|
void |
setNeatLineColor(Color color) |
Set neat line color
|
void |
setNeatLineSize(float size) |
Set neat line size
|
void |
setTop(int top) |
Set top
|
void |
setWidth(int width) |
Set width
|
public boolean isDrawNeatLine()
public void setDrawNeatLine(boolean istrue)
istrue - If draw neat linepublic Color getNeatLineColor()
public void setNeatLineColor(Color color)
color - Neat line colorpublic float getNeatLineSize()
public void setNeatLineSize(float size)
size - Neat line sizepublic float getAngle()
public void setAngle(float angle)
angle - The anglepublic boolean isDrawBackColor()
public void setDrawBackColor(boolean value)
value - Booleanpublic Color getBackColor()
public void setBackColor(Color c)
c - Background colorpublic Color getForeColor()
public void setForeColor(Color c)
c - Foreground colorpublic int getLeft()
public void setLeft(int left)
left - Leftpublic int getTop()
public void setTop(int top)
top - Toppublic int getWidth()
public void setWidth(int width)
width - Widthpublic int getHeight()
public void setHeight(int height)
height - HeightCopyright © 2019. All rights reserved.