|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.dss.dataView.BaseComponentXML
oracle.dss.graph.ThreeDViewMatrix
public class ThreeDViewMatrix
Allows you to adjust the 3-D properties of the graph.
Field Summary | |
---|---|
protected PFJ |
m_pfj
|
Fields inherited from class oracle.dss.dataView.BaseComponentXML |
---|
m_jsfHashMap |
Constructor Summary | |
---|---|
ThreeDViewMatrix(CommonGraph graph,
PFJ pfj)
|
Method Summary | |
---|---|
protected java.lang.String |
getComponentName()
|
double |
getFocusFactor()
Retrieves the focus factor for this 3-D graph. |
double |
getLightSourceX()
Retrieves the X-coordinate light source for the shading of walls and data markers in this 3-D graph. |
double |
getLightSourceY()
Retrieves the Y-coordinate light source for the shading of walls and data markers in this 3-D graph. |
double |
getLightSourceZ()
Retrieves the Z-coordinate light source for the shading of walls and data markers in this 3-D graph. |
double |
getPanX()
Retrieves the pan value of the graph in the X direction. |
double |
getPanY()
Retrieves the pan value of the graph in the Y direction. |
double |
getSizeX()
Retrieves the size of the 3-D graph floor along the X edge, in virtual coordinates. |
double |
getSizeY()
Retrieves the hight for the walls of the 3-D graph, in virtual coordinates. |
double |
getSizeZ()
Retrieves the size of the 3-D graph floor along the Z edge, in virtual coordinates. |
boolean |
getStyleXML(boolean allProperties,
oracle.dss.util.xml.ObjectNode node)
|
double |
getTranslationX()
Retrieves the translation value of the graph in the X direction. |
double |
getTranslationY()
Retrieves the translation value of the graph in the Y direction. |
double |
getTranslationZ()
Retrieves the translation value of the graph in the Z direction. |
double |
getViewerX()
Retrieves the value that represents the position of the viewer in the X direction, in relation to the position of the graph. |
double |
getViewerY()
Retrieves the value that represents the position of the viewer in the Y direction, in relation to the position of the graph. |
double |
getViewerZ()
Retrieves the value that represents the position of the viewer in the Z direction, in relation to the position of the graph. |
double |
getWallThickX()
Retrieves the thickness of the wall on the X-axis of the graph. |
double |
getWallThickY()
Retrieves the thickness of the wall on the Y-axis of the graph. |
double |
getWallThickZ()
Retrieves the thickness of the wall on the Z-axis of the graph. |
double |
getZoomFactor()
Retrieves the zoom factor of the graph. |
boolean |
isIsometricProjection()
Indicates whether the 3-D components of the graph are displayed isometrically, without distortion. |
boolean |
isSquareRisers()
Indicates whether the data markers in this graph are perfectly square. |
protected void |
resetStyle()
|
void |
setFocusFactor(double newValue)
Specifies the focus factor for this 3-D graph. |
void |
setIsometricProjection(boolean yesNo)
Specifies whether the 3-D components of the graph are displayed isometrically, without distortion. |
void |
setLightSourceX(double newValue)
Specifies the X-coordinate light source for the shading of walls and data markers in this 3-D graph. |
void |
setLightSourceY(double newValue)
Specifies the Y-coordinate light source for the shading of walls and data markers in this 3-D graph. |
void |
setLightSourceZ(double newValue)
Specifies the Z-coordinate light source for the shading of walls and data markers in this 3-D graph. |
void |
setPanX(double newValue)
Specifies the pan value of the graph in the X direction. |
void |
setPanY(double newValue)
Specifies the pan value of the graph in the Y direction. |
void |
setSizeX(double newValue)
Specifies the size of the 3-D graph floor along the X edge, in virtual coordinates. |
void |
setSizeY(double newValue)
Specifies the hight for the walls of the 3-D graph, in virtual coordinates. |
void |
setSizeZ(double newValue)
Specifies the size of the 3-D graph floor along the Z edge, in virtual coordinates. |
void |
setSquareRisers(boolean yesNo)
Specifies whether the data markers in this graph are perfectly square. |
void |
setStyleXML(oracle.dss.util.xml.ObjectNode node)
|
void |
setTranslationX(double newValue)
Specifies the translation value of the graph in the X direction. |
void |
setTranslationY(double newValue)
Specifies the translation value of the graph in the Y direction. |
void |
setTranslationZ(double newValue)
Specifies the translation value of the graph in the Z direction. |
void |
setViewerX(double newValue)
Specifies the value that represents the position of the viewer in the X direction, in relation to the position of the graph. |
void |
setViewerY(double newValue)
Specifies the value that represents the position of the viewer in the Y direction, in relation to the position of the graph. |
void |
setViewerZ(double newValue)
Specifies the value that represents the position of the viewer in the Z direction, in relation to the position of the graph. |
void |
setWallThickX(double newValue)
Specifies the thickness of the wall on the X-axis of the graph. |
void |
setWallThickY(double newValue)
Specifies the thickness of the wall on the X-axis of the graph. |
void |
setWallThickZ(double newValue)
Specifies the thickness of the wall on the Z-axis of the graph. |
void |
setZoomFactor(double newValue)
Specifies the zoom factor of the graph. |
Methods inherited from class oracle.dss.dataView.BaseComponentXML |
---|
getNonstyleXML, getStyleXML, getXML, setNonstyleXML, setNonstyleXML, setXML, setXML, setXML, setXML |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected PFJ m_pfj
Constructor Detail |
---|
public ThreeDViewMatrix(CommonGraph graph, PFJ pfj)
graph
- The graph object in which this matrix belongspfj
- The PFJ
object of the graph that this object belongs to.
PFJ
is an acronym for Perspective for Java.
Perspective for Java is a third party package of objects that are used and manipulated by the BI Beans.Method Detail |
---|
public double getFocusFactor()
setIsometricProjection
method to false
public void setFocusFactor(double newValue)
setIsometricProjection
method to false
newValue
- A value that represents the focus factor for this graph.public boolean isIsometricProjection()
true
if they are displayed isometrically, false
if they are displayed with distortion.public void setIsometricProjection(boolean yesNo)
yesNo
- true
to display them isometrically, false
to display them with distortion.public double getLightSourceX()
public void setLightSourceX(double newValue)
newValue
- A value that represents the X-coordinate light source for the shading of walls and data markers in this 3-D graph.public double getLightSourceY()
public void setLightSourceY(double newValue)
newValue
- A value that represents the Y-coordinate light source for the shading of walls and data markers in this 3-D graph.public double getLightSourceZ()
public void setLightSourceZ(double newValue)
newValue
- A value that represents the Z-coordinate light source for the shading of walls and data markers in this 3-D graph.public double getPanX()
public void setPanX(double newValue)
newValue
- The pan value of the graph in the X direction.public double getPanY()
public void setPanY(double newValue)
newValue
- The pan value of the graph in the Y direction.public double getSizeX()
public void setSizeX(double newValue)
newValue
- The size of the 3-D graph floor along the X edge, in virtual coordinates.public double getSizeY()
public void setSizeY(double newValue)
newValue
- The hight for the walls of the 3-D graph, in virtual coordinates.public double getSizeZ()
public void setSizeZ(double newValue)
newValue
- The size of the 3-D graph floor along the Z edge, in virtual coordinates.public boolean isSquareRisers()
setRiserThickness
method.
true
if the data markers are perfectly square, false
if the data markers are the width that is set in the setRiserThickness
method.public void setSquareRisers(boolean yesNo)
setRiserThickness
method.
yesNo
- true
to make the data markers perfectly square, false
to make the data markers the width that is set in the setRiserThickness
method.public double getTranslationX()
public void setTranslationX(double newValue)
newValue
- The translation value of the graph in the X direction.public double getTranslationY()
public void setTranslationY(double newValue)
newValue
- The translation value of the graph in the Y direction.public double getTranslationZ()
public void setTranslationZ(double newValue)
newValue
- The translation value of the graph in the Z direction.public double getViewerX()
ViewerX
property moves the graph within its frame and displays it with perspective, as though you are viewing the graph from an opposite X position.
Perspective refers to the amount of distortion in the display of the 3-D objects of the graph.
The default value centers the graph in the X direction.
Values range from 0.0 to 100.0.
The default value is 50.0.
public void setViewerX(double newValue)
ViewerX
property moves the graph within its frame and displays it with perspective, as though you are viewing the graph from an opposite X position.
Perspective refers to the amount of distortion in the display of the 3-D objects of the graph.
The default value centers the graph in the X direction.
Values range from 0.0 to 100.0.
The default value is 50.0.
newValue
- The value that represents the position of the viewer in the X direction, in relation to the position of the graph.public double getViewerY()
ViewerY
property moves the graph within its frame and displays it with perspective, as though you are viewing the graph from an opposite Y position.
Perspective refers to the amount of distortion in the display of the 3-D objects of the graph.
The default value centers the graph in the Y direction.
Values range from 0.0 to 100.0.
The default value is 60.0.
public void setViewerY(double newValue)
ViewerY
property moves the graph within its frame and displays it with perspective, as though you are viewing the graph from an opposite Y position.
Perspective refers to the amount of distortion in the display of the 3-D objects of the graph.
The default value centers the graph in the Y direction.
Values range from 0.0 to 100.0.
The default value is 60.0.
newValue
- The value that represents the position of the viewer in the Y direction, in relation to the position of the graph.public double getViewerZ()
ViewerZ
property moves the graph within its frame and displays it with perspective, as though you are viewing the graph from an opposite Z position.
Perspective refers to the amount of distortion in the display of the 3-D objects of the graph.
The default value centers the graph in the Z direction.
Values range from 0.0 to 100.0.
The default value is 36.8.
public void setViewerZ(double newValue)
ViewerZ
property moves the graph within its frame and displays it with perspective, as though you are viewing the graph from an opposite Z position.
Perspective refers to the amount of distortion in the display of the 3-D objects of the graph.
The default value centers the graph in the Z direction.
Values range from 0.0 to 100.0.
The default value is 36.8.
newValue
- The value that represents the position of the viewer in the Z direction, in relation to the position of the graph.public double getWallThickX()
public void setWallThickX(double newValue)
newValue
- A value that represents the thickness of the wall on the X-axis of the graph.public double getWallThickY()
public void setWallThickY(double newValue)
newValue
- A value that represents the thickness of the wall on the X-axis of the graph.public double getWallThickZ()
public void setWallThickZ(double newValue)
newValue
- A value that represents the thickness of the wall on the Z-axis of the graph.public double getZoomFactor()
public void setZoomFactor(double newValue)
newValue
- A value that represents the zoom factor of the graph.protected java.lang.String getComponentName()
getComponentName
in class BaseComponentXML
public boolean getStyleXML(boolean allProperties, oracle.dss.util.xml.ObjectNode node)
getStyleXML
in class BaseComponentXML
public void setStyleXML(oracle.dss.util.xml.ObjectNode node)
setStyleXML
in class BaseComponentXML
protected void resetStyle()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |