askalon.graph.threedim
Class RectangularChartBar
java.lang.Object
|
+--askalon.graph.threedim.Object3d
|
+--askalon.graph.threedim.ChartElement
|
+--askalon.graph.threedim.ChartBar3d
|
+--askalon.graph.threedim.RectangularChartBar
- All Implemented Interfaces:
- ChartValueSupplier
- Direct Known Subclasses:
- SlopeChartBar
- public class RectangularChartBar
- extends ChartBar3d
Title: Visualisation von Prozessdaten
Description:
Copyright: Copyright (c) 2001
Company:
Fields inherited from class askalon.graph.threedim.Object3d |
areaCount, bri, clickedArea, clickedPoint, defaultColor, edgeColor, hue, INIT_AREA_CAPACITY, INIT_POINT_CAPACITY, sat, X_AXIS, X_MINUS_AXIS, Y_AXIS, Y_MINUS_AXIS, Z_AXIS, Z_MINUS_AXIS |
Constructor Summary |
RectangularChartBar(double lenX,
double lenZ)
|
RectangularChartBar(double lenX,
double lenZ,
boolean cornerAtFront)
|
RectangularChartBar(double centerX,
double centerZ,
double lenX,
double lenZ)
|
RectangularChartBar(double centerX,
double centerZ,
double lenX,
double lenZ,
boolean cornerAtFront)
|
RectangularChartBar(double centerX,
double centerZ,
double lenX,
double lenZ,
int sectionCount)
|
RectangularChartBar(double centerX,
double centerZ,
double lenX,
double lenZ,
int sectionCount,
boolean cornerAtFront)
|
RectangularChartBar(double lenX,
double lenZ,
int sectionCount)
|
RectangularChartBar(double lenX,
double lenZ,
int sectionCount,
boolean cornerAtFront)
|
Methods inherited from class askalon.graph.threedim.ChartElement |
getChartValueListener, getDescription, getIcon, getId, getIndex, getReference, getTitle, getXCenter, getZCenter, removeChartValueListener, rotateY, scale, setCenter, setChartValueListener, setDescription, setId, setIndex, setReference, setSelected, setTitle, setXCenter, setZCenter, updateListener |
Methods inherited from class askalon.graph.threedim.Object3d |
applyTransformation, getAreaCount, getAreas, getDefaultColor, getEdgeColor, getGridPositionString, getPointCount, getPoints, getXgridHigh, getXgridLow, getZgridHigh, getZgridLow, isMouseSelectable, isSelected, isVisible, setColor, setDefaultColor, setEdgeColor, setMouseSelectable, setVisible, setXgrid, setXgrid, setXgridHigh, setXgridLow, setXZgrid, setZgrid, setZgrid, setZgridHigh, setZgridLow |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RectangularChartBar
public RectangularChartBar(double lenX,
double lenZ)
RectangularChartBar
public RectangularChartBar(double lenX,
double lenZ,
int sectionCount)
RectangularChartBar
public RectangularChartBar(double lenX,
double lenZ,
boolean cornerAtFront)
RectangularChartBar
public RectangularChartBar(double lenX,
double lenZ,
int sectionCount,
boolean cornerAtFront)
RectangularChartBar
public RectangularChartBar(double centerX,
double centerZ,
double lenX,
double lenZ)
RectangularChartBar
public RectangularChartBar(double centerX,
double centerZ,
double lenX,
double lenZ,
int sectionCount)
RectangularChartBar
public RectangularChartBar(double centerX,
double centerZ,
double lenX,
double lenZ,
boolean cornerAtFront)
RectangularChartBar
public RectangularChartBar(double centerX,
double centerZ,
double lenX,
double lenZ,
int sectionCount,
boolean cornerAtFront)