public class ReferenceFrameGraphics extends Object
ReferenceFrame
over time.Constructor and Description |
---|
ReferenceFrameGraphics()
Initializes a new instance.
|
ReferenceFrameGraphics(VectorGraphics positiveX,
VectorGraphics positiveY,
VectorGraphics positiveZ)
Initializes an instance with the provided parameters.
|
ReferenceFrameGraphics(VectorGraphics positiveX,
VectorGraphics positiveY,
VectorGraphics positiveZ,
VectorGraphics negativeX,
VectorGraphics negativeY,
VectorGraphics negativeZ)
Initializes an instance with the provided parameters.
|
Modifier and Type | Method and Description |
---|---|
VectorGraphics |
getNegativeX()
Gets the negative x-axis graphics
|
VectorGraphics |
getNegativeY()
Gets the negative y-axis graphics
|
VectorGraphics |
getNegativeZ()
Gets the negative z-axis graphics
|
VectorGraphics |
getPositiveX()
Gets the positive x-axis graphics
|
VectorGraphics |
getPositiveY()
Gets the positive y-axis graphics
|
VectorGraphics |
getPositiveZ()
Gets the positive z-axis graphics
|
void |
setNegativeX(VectorGraphics value)
Sets the negative x-axis graphics
|
void |
setNegativeY(VectorGraphics value)
Sets the negative y-axis graphics
|
void |
setNegativeZ(VectorGraphics value)
Sets the negative z-axis graphics
|
void |
setPositiveX(VectorGraphics value)
Sets the positive x-axis graphics
|
void |
setPositiveY(VectorGraphics value)
Sets the positive y-axis graphics
|
void |
setPositiveZ(VectorGraphics value)
Sets the positive z-axis graphics
|
public ReferenceFrameGraphics()
public ReferenceFrameGraphics(VectorGraphics positiveX, VectorGraphics positiveY, VectorGraphics positiveZ)
positiveX
- The positive x-axis vector graphics.positiveY
- The positive y-axis vector graphics.positiveZ
- The positive z-axis vector graphics.public ReferenceFrameGraphics(VectorGraphics positiveX, VectorGraphics positiveY, VectorGraphics positiveZ, VectorGraphics negativeX, VectorGraphics negativeY, VectorGraphics negativeZ)
positiveX
- The positive x-axis vector graphics.positiveY
- The positive y-axis vector graphics.positiveZ
- The positive z-axis vector graphics.negativeX
- The negative x-axis vector graphics.negativeY
- The negative y-axis vector graphics.negativeZ
- The negative z-axis vector graphics.public final VectorGraphics getPositiveX()
public final void setPositiveX(VectorGraphics value)
public final VectorGraphics getPositiveY()
public final void setPositiveY(VectorGraphics value)
public final VectorGraphics getPositiveZ()
public final void setPositiveZ(VectorGraphics value)
public final VectorGraphics getNegativeX()
public final void setNegativeX(VectorGraphics value)
public final VectorGraphics getNegativeY()
public final void setNegativeY(VectorGraphics value)
public final VectorGraphics getNegativeZ()
public final void setNegativeZ(VectorGraphics value)