lt.monarch.chart.chart3D.engine
Class Bar3D

java.lang.Object
  extended by lt.monarch.chart.chart3D.engine.Shape3D<Projector3D>
      extended by lt.monarch.chart.chart3D.engine.Bar3D
All Implemented Interfaces:
java.io.Serializable

public class Bar3D
extends Shape3D<Projector3D>

See Also:
Serialized Form

Nested Class Summary
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>
 
Field Summary
Modifier and Type Field and Description
 
Fields inherited from class lt.monarch.chart.chart3D.engine.Shape3D
bounds, shapeList
 
Constructor Summary
Constructor and Description
Bar3D()
           
 
Method Summary
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.chart3D.engine.Shape3D
dispose, draw, finalize, getBounds, getSelectionId, projectPoint, setBounds, setDrawTransformation, setSelectionID
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bar3D

public Bar3D()
Method Detail

initShape

protected void initShape()
Description copied from class: Shape3D
Initializes the shape and adds its points to the array

Specified by:
initShape in class Shape3D<Projector3D>