SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A class.
Author: JANConstructor Summary | |
IWShape(shapeName, range)
Creates a new shape. |
Method Summary | |
IWRange
|
getRange()
Returns the visible range of this shape. |
String
|
getShapeName()
Returns the name of the shape. |
void
|
setRange(newRange)
Sets the visible range of this shape. |
void
|
setShapeName(newShapeName)
Sets the name of the shape. |
String
|
toString()
Returns a string representation of this shape. |
Constructor Detail |
IWShape(shapeName, range)
String shapeName
IWRange range
Method Detail |
IWRange getRange()
IWRange
range
String getShapeName()
String
void setRange(newRange)
IWRange newRange
void
void setShapeName(newShapeName)
String newShapeName
- the name of the shapefile.
void
String toString()
String