|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nasa.gsfc.spdf.ssc.GraphScale
public class GraphScale
This class represents manual scale values for an SSC graphing request.
| Constructor Summary | |
|---|---|
GraphScale()
Constructs a GraphScale object with default attribute values (min X,Y,Z,R == -60 and max X,Y,Z,R == 60). |
|
GraphScale(int minX,
int maxX,
int minY,
int maxY,
int minZ,
int maxZ,
int minR,
int maxR)
Constructs a GraphScale object with the given attribute values. |
|
| Method Summary | |
|---|---|
int |
getMaxR()
Gets the maximum R value. |
int |
getMaxX()
Gets the maximum X value. |
int |
getMaxY()
Gets the maximum Y value. |
int |
getMaxZ()
Gets the maximum Z value. |
int |
getMinR()
Gets the minimum R value. |
int |
getMinX()
Gets the minimum X value. |
int |
getMinY()
Gets the minimum Y value. |
int |
getMinZ()
Gets the minimum Z value. |
void |
setMaxR(int value)
Sets the maximum R value. |
void |
setMaxX(int value)
Sets the maximum X value. |
void |
setMaxY(int value)
Sets the maximum Y value. |
void |
setMaxZ(int value)
Sets the maximum Z value. |
void |
setMinR(int value)
Sets the minimum R value. |
void |
setMinX(int value)
Sets the minimum X value. |
void |
setMinY(int value)
Sets the minimum Y value. |
void |
setMinZ(int value)
Sets the minimum Z value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GraphScale()
public GraphScale(int minX,
int maxX,
int minY,
int maxY,
int minZ,
int maxZ,
int minR,
int maxR)
minX - minimum X valuemaxX - maximum X valueminY - minimum Y valuemaxY - maximum Y valueminZ - minimum Z valuemaxZ - maximum Z valueminR - minimum R valuemaxR - maximum R value| Method Detail |
|---|
public int getMinX()
setMinX(int)public void setMinX(int value)
value - new valuegetMinX()public int getMaxX()
setMaxX(int)public void setMaxX(int value)
value - new valuegetMaxX()public int getMinY()
setMinY(int)public void setMinY(int value)
value - new valuegetMinY()public int getMaxY()
setMaxY(int)public void setMaxY(int value)
value - new valuegetMaxY()public int getMinZ()
setMinZ(int)public void setMinZ(int value)
value - new valuegetMinZ()public int getMaxZ()
setMaxZ(int)public void setMaxZ(int value)
value - new valuegetMaxZ()public int getMinR()
setMinR(int)public void setMinR(int value)
value - new valuegetMinR()public int getMaxR()
setMaxR(int)public void setMaxR(int value)
value - new valuegetMaxR()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||