askalon.graph.threedim
Class SolidGridRectangle

java.lang.Object
  |
  +--askalon.graph.threedim.Object3d
        |
        +--askalon.graph.threedim.SolidGridRectangle
Direct Known Subclasses:
SolidGridRectangleXY, SolidGridRectangleXZ, SolidGridRectangleYZ

public abstract class SolidGridRectangle
extends Object3d

Title: Visualisation von Prozessdaten Description: Copyright: Copyright (c) 2001 Company:


Field Summary
protected  double[] divPos1
           
protected  double[] divPos2
           
static int NEGATIVE_TRANSPARENT
           
static int NONE_TRANSPARENT
           
static int POSITIVE_TRANSPARENT
           
 
Fields inherited from class askalon.graph.threedim.Object3d
areaCount, areas, 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
SolidGridRectangle()
           
SolidGridRectangle(int transparency)
           
 
Method Summary
 void addLine(Point3d pa, Point3d pb)
           
 void collapse()
           
protected  int getLineCount1()
           
protected  int getLineCount2()
           
protected  double[] getLinesPos1(double from, double to)
           
protected  double[] getLinesPos2(double from, double to)
           
 void removeAllLines()
           
protected  void setDivCount1(int divCount1)
           
protected  void setDivCount2(int divCount2)
           
protected  void setLinesPos1(double[] divPos1)
           
protected  void setLinesPos2(double[] divPos2)
           
 
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, setSelected, setVisible, setXgrid, setXgrid, setXgridHigh, setXgridLow, setXZgrid, setZgrid, setZgrid, setZgridHigh, setZgridLow, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

POSITIVE_TRANSPARENT

public static int POSITIVE_TRANSPARENT

NEGATIVE_TRANSPARENT

public static int NEGATIVE_TRANSPARENT

NONE_TRANSPARENT

public static int NONE_TRANSPARENT

divPos1

protected double[] divPos1

divPos2

protected double[] divPos2
Constructor Detail

SolidGridRectangle

public SolidGridRectangle()

SolidGridRectangle

public SolidGridRectangle(int transparency)
Method Detail

collapse

public void collapse()

removeAllLines

public void removeAllLines()

addLine

public void addLine(Point3d pa,
                    Point3d pb)

setLinesPos1

protected void setLinesPos1(double[] divPos1)

getLinesPos1

protected double[] getLinesPos1(double from,
                                double to)

setLinesPos2

protected void setLinesPos2(double[] divPos2)

getLinesPos2

protected double[] getLinesPos2(double from,
                                double to)

setDivCount1

protected void setDivCount1(int divCount1)

getLineCount1

protected int getLineCount1()

setDivCount2

protected void setDivCount2(int divCount2)

getLineCount2

protected int getLineCount2()