|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.awt.geom.Line2D
java.awt.geom.Line2D.Double
lt.monarch.math.geom.Line2D
lt.monarch.math.geom.Line3D
lt.monarch.math.geom.AxisLine3D
public class AxisLine3D extends Line3D
An object for representing 3d chart axis.
| Modifier and Type | Class and Description |
|---|
| Nested classes/interfaces inherited from class java.awt.geom.Line2D |
|---|
java.awt.geom.Line2D.Double, java.awt.geom.Line2D.Float |
| Modifier and Type | Field and Description |
|---|
| Fields inherited from class lt.monarch.math.geom.Line3D |
|---|
color, z1, z2 |
| Fields inherited from class java.awt.geom.Line2D.Double |
|---|
x1, x2, y1, y2 |
| Constructor and Description |
|---|
AxisLine3D(Point3D pt1,
Point3D pt2)
Constructs a new instance of AxisLine3D with the end points specified. |
| Modifier and Type | Method and Description |
|---|---|
void |
addLabelText(Text3D text3d)
Appends a text3d object which represents a label. |
void |
addTickLine(Line3D line)
Appends a tick line. |
java.util.List<Text3D> |
getLabels()
Retrieves a list of labels. |
java.util.List<Line3D> |
getTicks()
Retrieves a list of tick lines. |
Text3D |
getTitle()
Retrieves the title text 3d object. |
void |
setLabels(java.util.List<Text3D> labels)
Sets a list of labels. |
void |
setTitle(Text3D text3d)
Sets the title text 3d object. |
| Methods inherited from class lt.monarch.math.geom.Line3D |
|---|
get3DPoints, getColor, getSelectionId, setColor, setLine, setSelectionID |
| Methods inherited from class lt.monarch.math.geom.Line2D |
|---|
contains, dispose, finalize, get2DPoints, getIntersection |
| Methods inherited from class java.awt.geom.Line2D.Double |
|---|
getBounds2D, getP1, getP2, getX1, getX2, getY1, getY2, setLine |
| Methods inherited from class java.awt.geom.Line2D |
|---|
clone, contains, contains, contains, getBounds, getPathIterator, getPathIterator, intersects, intersects, intersectsLine, intersectsLine, linesIntersect, ptLineDist, ptLineDist, ptLineDist, ptLineDistSq, ptLineDistSq, ptLineDistSq, ptSegDist, ptSegDist, ptSegDist, ptSegDistSq, ptSegDistSq, ptSegDistSq, relativeCCW, relativeCCW, relativeCCW, setLine, setLine |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface lt.monarch.math.geom.Primitive |
|---|
dispose, getBounds2D |
| Methods inherited from interface java.awt.Shape |
|---|
contains, contains, contains, contains, getBounds, getPathIterator, getPathIterator, intersects, intersects |
| Constructor Detail |
|---|
public AxisLine3D(Point3D pt1,
Point3D pt2)
pt1 - - the stating point of linept2 - - the ending point of line| Method Detail |
|---|
public void addLabelText(Text3D text3d)
text3d - - textpublic void addTickLine(Line3D line)
line - - linepublic java.util.List<Text3D> getLabels()
public void setLabels(java.util.List<Text3D> labels)
labels - - a list of labelspublic java.util.List<Line3D> getTicks()
public Text3D getTitle()
public void setTitle(Text3D text3d)
text3d - - the title text
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||