public class GraphScale
extends java.lang.Object
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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 valuepublic 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()
SSC Feedback.
Copyright © 2003-2018 United States Government as represented by the National Aeronautics and Space Administration. No copyright is claimed in the United States under Title 17, U.S.Code. All Other Rights Reserved.