类 GridLabel
- java.lang.Object
-
- org.meteoinfo.common.GridLabel
-
public class GridLabel extends Object
- 作者:
- Yaqiang Wang
-
-
构造器概要
构造器 构造器 说明 GridLabel()Constructor
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 floatgetAngle()Get anglePointDgetCoord()Get coordinateDirectiongetLabDirection()Get label directionPointDgetLabPoint()Get label pointStringgetLabString()Get label stringfloatgetValue()Get valuebooleanisBorder()Get if is borderbooleanisLongitude()Get if is longitudevoidsetAnge(float value)Set anglevoidsetBorder(boolean istrue)Set if is bordervoidsetCoord(PointD value)Set coordinatevoidsetLabDirection(Direction dir)Set label directionvoidsetLabPoint(PointD p)Set label pointvoidsetLabString(String str)Set label stringvoidsetLongitude(boolean istrue)Set if is longitudevoidsetValue(float value)Set value
-
-
-
方法详细资料
-
getLabDirection
public Direction getLabDirection()
Get label direction- 返回:
- Label direction
-
setLabDirection
public void setLabDirection(Direction dir)
Set label direction- 参数:
dir- Label direction
-
getLabString
public String getLabString()
Get label string- 返回:
- label string
-
setLabString
public void setLabString(String str)
Set label string- 参数:
str- Label string
-
getLabPoint
public PointD getLabPoint()
Get label point- 返回:
- Label Point
-
setLabPoint
public void setLabPoint(PointD p)
Set label point- 参数:
p- Label Point
-
getCoord
public PointD getCoord()
Get coordinate- 返回:
- Coordinate
-
setCoord
public void setCoord(PointD value)
Set coordinate- 参数:
value- Coordinate
-
isLongitude
public boolean isLongitude()
Get if is longitude- 返回:
- Boolean
-
setLongitude
public void setLongitude(boolean istrue)
Set if is longitude- 参数:
istrue- Boolean
-
isBorder
public boolean isBorder()
Get if is border- 返回:
- Boolean
-
setBorder
public void setBorder(boolean istrue)
Set if is border- 参数:
istrue- Boolean
-
getValue
public float getValue()
Get value- 返回:
- Value
-
setValue
public void setValue(float value)
Set value- 参数:
value- Value
-
getAngle
public float getAngle()
Get angle- 返回:
- Angle
-
setAnge
public void setAnge(float value)
Set angle- 参数:
value- Angle
-
-