|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectlt.monarch.chart.chart2D.engine.Shape2D
lt.monarch.chart.chart2D.engine.X2D
public class X2D extends Shape2D
draws a bar filled with X shapes.
| Modifier and Type | Class and Description |
|---|
| Nested classes/interfaces inherited from class lt.monarch.chart.chart2D.engine.Shape2D |
|---|
Shape2D.Elipse, Shape2D.Line, Shape2D.Polygon, Shape2D.ProjectableShape, Shape2D.Rectangle |
| Modifier and Type | Field and Description |
|---|---|
int |
xCount
|
double |
xScale
|
| Fields inherited from class lt.monarch.chart.chart2D.engine.Shape2D |
|---|
bounds, shapeList |
| Constructor and Description |
|---|
X2D()
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
initShape()
Initializes the shape and adds its points to the array |
| Methods inherited from class lt.monarch.chart.chart2D.engine.Shape2D |
|---|
draw, draw, getBounds, getShape, projectPoint, projectPointInplace, projectShape, setBounds, transform |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int xCount
public double xScale
| Constructor Detail |
|---|
public X2D()
| Method Detail |
|---|
protected void initShape()
Shape2D
initShape in class Shape2D
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||