|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectlt.monarch.chart.chart3D.engine.Shape3D<Projector3D>
lt.monarch.chart.chart3D.engine.Pole3D
public class Pole3D extends Shape3D<Projector3D>
Pole shape approximated by n-angles polygon.
| Modifier and Type | Class and Description |
|---|
| Nested classes/interfaces inherited from class lt.monarch.chart.chart3D.engine.Shape3D |
|---|
Shape3D.Line, Shape3D.Polygon, Shape3D.ProjectableShape<ChartProjector extends Projector> |
| Modifier and Type | Field and Description |
|---|
| Fields inherited from class lt.monarch.chart.chart3D.engine.Shape3D |
|---|
bounds, shapeList |
| Constructor and Description |
|---|
Pole3D()
Pole3d Constructor. |
Pole3D(int pointsCount)
Pole3d Constructor. |
| Modifier and Type | Method and Description |
|---|---|
int |
getPointsCount()
Return point count of pole |
protected void |
initShape()
Initializes the shape and adds its points to the array |
void |
setBounds(double x1,
double y1,
double z1,
double x2,
double y2,
double z2)
Sets bounds of the pole |
void |
setPointsCount(int pointsCount)
Set point count of pole |
| Methods inherited from class lt.monarch.chart.chart3D.engine.Shape3D |
|---|
dispose, draw, finalize, getBounds, getSelectionId, projectPoint, setDrawTransformation, setSelectionID |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Pole3D()
public Pole3D(int pointsCount)
pointsCount - the amount of points will be used for approximating pole as n-angles polygon.| Method Detail |
|---|
protected void initShape()
Shape3D
initShape in class Shape3D<Projector3D>
public void setBounds(double x1,
double y1,
double z1,
double x2,
double y2,
double z2)
setBounds in class Shape3D<Projector3D>x1 - x bottom center coordinatey1 - y bottom center coordinatez1 - z bottom center coordinatex2 - x radiusy2 - height of shapez2 - y radiuspublic int getPointsCount()
public void setPointsCount(int pointsCount)
pointsCount - the pointsCount to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||