public class GridLabel extends Object
| 构造器 | 说明 |
|---|---|
GridLabel() |
Constructor
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
float |
getAngle() |
Get angle
|
PointD |
getCoord() |
Get coordinate
|
Direction |
getLabDirection() |
Get label direction
|
PointD |
getLabPoint() |
Get label point
|
String |
getLabString() |
Get label string
|
float |
getValue() |
Get value
|
boolean |
isBorder() |
Get if is border
|
boolean |
isLongitude() |
Get if is longitude
|
void |
setAnge(float value) |
Set angle
|
void |
setBorder(boolean istrue) |
Set if is border
|
void |
setCoord(PointD value) |
Set coordinate
|
void |
setLabDirection(Direction dir) |
Set label direction
|
void |
setLabPoint(PointD p) |
Set label point
|
void |
setLabString(String str) |
Set label string
|
void |
setLongitude(boolean istrue) |
Set if is longitude
|
void |
setValue(float value) |
Set value
|
public Direction getLabDirection()
public void setLabDirection(Direction dir)
dir - Label directionpublic String getLabString()
public void setLabString(String str)
str - Label stringpublic PointD getLabPoint()
public void setLabPoint(PointD p)
p - Label Pointpublic PointD getCoord()
public void setCoord(PointD value)
value - Coordinatepublic boolean isLongitude()
public void setLongitude(boolean istrue)
istrue - Booleanpublic boolean isBorder()
public void setBorder(boolean istrue)
istrue - Booleanpublic float getValue()
public void setValue(float value)
value - Valuepublic float getAngle()
public void setAnge(float value)
value - AngleCopyright © 2019. All rights reserved.