Package mil.nga.grid
Class Label
- java.lang.Object
-
- mil.nga.grid.Label
-
public class Label extends Object
Grid Label- Author:
- osbornb
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Bounds
getBounds()
Get the boundsPoint
getCenter()
Get the center pointString
getName()
Get the namevoid
setBounds(Bounds bounds)
Set the boundsvoid
setCenter(Point center)
Set the center pointvoid
setName(String name)
Set the name
-
-
-
Method Detail
-
getName
public String getName()
Get the name- Returns:
- name
-
setName
public void setName(String name)
Set the name- Parameters:
name
- name
-
getCenter
public Point getCenter()
Get the center point- Returns:
- center point
-
setCenter
public void setCenter(Point center)
Set the center point- Parameters:
center
- center point
-
getBounds
public Bounds getBounds()
Get the bounds- Returns:
- bounds
-
setBounds
public void setBounds(Bounds bounds)
Set the bounds- Parameters:
bounds
- bounds
-
-