Package org.meteoinfo.map
Class GridLabel
- java.lang.Object
-
- org.meteoinfo.map.GridLabel
-
public class GridLabel extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GridLabel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DirectiongetLabDirection()Get label directionPointDgetLabPoint()Get label pointjava.lang.StringgetLabString()Get label stringfloatgetValue()Get valuebooleanisBorder()Get if is borderbooleanisLongitude()Get if is longitudevoidsetBorder(boolean istrue)Set if is bordervoidsetLabDirection(Direction dir)Set label directionvoidsetLabPoint(PointD p)Set label pointvoidsetLabString(java.lang.String str)Set label stringvoidsetLongitude(boolean istrue)Set if is longitudevoidsetValue(float value)Set value
-
-
-
Method Detail
-
getLabDirection
public Direction getLabDirection()
Get label direction- Returns:
- Label direction
-
setLabDirection
public void setLabDirection(Direction dir)
Set label direction- Parameters:
dir- Label direction
-
getLabString
public java.lang.String getLabString()
Get label string- Returns:
- label string
-
setLabString
public void setLabString(java.lang.String str)
Set label string- Parameters:
str- Label string
-
getLabPoint
public PointD getLabPoint()
Get label point- Returns:
- Label Point
-
setLabPoint
public void setLabPoint(PointD p)
Set label point- Parameters:
p- Label Point
-
isLongitude
public boolean isLongitude()
Get if is longitude- Returns:
- Boolean
-
setLongitude
public void setLongitude(boolean istrue)
Set if is longitude- Parameters:
istrue- Boolean
-
isBorder
public boolean isBorder()
Get if is border- Returns:
- Boolean
-
setBorder
public void setBorder(boolean istrue)
Set if is border- Parameters:
istrue- Boolean
-
getValue
public float getValue()
Get value- Returns:
- Value
-
setValue
public void setValue(float value)
Set value- Parameters:
value- Value
-
-