| 
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.9.0) E52941-01  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
  
oracle.dss.dataView.BaseComponentXML
      
oracle.dss.graph.BaseGraphComponent
          
oracle.dss.graph.BaseText
              
oracle.dss.graph.BaseTitle
                  
oracle.dss.graph.ZDrillLabel
public class ZDrillLabel
Identifies the series value to which a user can drill up, in a three-dimensional graph.
When drilling is enabled in the graph, and a hierarchical dimension is the first dimension on the series edge, users drill down one level in the dimension by clicking a ZTickLabel or by double-clicking a data marker. In a ThinGraph, users single-click on the data marker to drill down.
When users drill down in the series edge, they can click this label to drill up to the previous level.
This component does not appear until a user drills down on the series edge.
ZTickLabel, BaseDataComponent, Graph.setDrillingEnabled(boolean)| Field Summary | 
|---|
| Fields inherited from class oracle.dss.graph.BaseTitle | 
|---|
m_text, rBundle, text, visible | 
| Fields inherited from class oracle.dss.graph.BaseText | 
|---|
m_font | 
| Fields inherited from class oracle.dss.dataView.BaseComponentXML | 
|---|
m_jsfHashMap | 
| Constructor Summary | |
|---|---|
ZDrillLabel(CommonGraph graph) | 
|
| Method Summary | |
|---|---|
protected  java.lang.String | 
getComponentName() | 
 java.awt.Font | 
getFont()Retrieves a Font object for this drill label. | 
 GraphFont | 
getGraphFont()Retrieves a GraphFont object for this drill label. | 
 boolean | 
selectObject(int series, int group)Selects the ZDrillLabel in the graph. | 
 void | 
setFont(java.awt.Font f)Specifies a Font object for this drill label. | 
 void | 
setHorizontalAlignment(int a)Specifies the horizontal alignment of the text within the rectangle of the ZDrillLabel. | 
 void | 
setTextRotation(int rotate)Specifies the angle of rotation for the ZDrillLabel. | 
protected  void | 
setTitleString(java.lang.String text) | 
 void | 
setVisible(boolean yesNo)Specifies whether the drill label is visible.  | 
| Methods inherited from class oracle.dss.graph.BaseTitle | 
|---|
convertTextRotationToInt, convertTextRotationToString, getHorizontalAlignment, getNonstyleXML, getStyleXML, getText, getTextRotation, getUnParseText, isVisible, resetStyle, resetToDefault, setNonstyleXML, setStyleXML, setText, setUnParseText, updateResourceBundle | 
| Methods inherited from class oracle.dss.graph.BaseText | 
|---|
_getGraphFont, getDataviewFont, isFontSizeAbsolute, setFontSizeAbsolute, truncateText | 
| Methods inherited from class oracle.dss.dataView.BaseComponentXML | 
|---|
getStyleXML, getXML, setNonstyleXML, setXML, setXML, setXML, setXML | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ZDrillLabel(CommonGraph graph)
graph - The graph that this object belongs to.| Method Detail | 
|---|
protected java.lang.String getComponentName()
getComponentName in class BaseComponentXMLprotected void setTitleString(java.lang.String text)
setTitleString in class BaseTitle
public boolean selectObject(int series,
                            int group)
ZDrillLabel in the graph. Parameter values are irrelevent.selectObject in class BaseTitleseries - Any integer.group - Any integer.true if successful, false if not.public GraphFont getGraphFont()
GraphFont object for this drill label. Use the GraphFont objects to specify and retrieve font properties such as name, color, style, and size in virtual coordinates. Virtual coordinates make the font size relative to the size of the graph.getGraphFont in class BaseTextGraphFont object for the object.public void setFont(java.awt.Font f)
Font object for this drill label. This is the awt object with properties such as name, style, and absolute size.setFont in interface FontAttributesetFont in class BaseTextf - A Font object for this object.public java.awt.Font getFont()
Font object for this drill label. This is the awt object with properties such as name, style, and absolute size.getFont in interface FontAttributegetFont in class BaseTextFont object for the object.public void setVisible(boolean yesNo)
setVisible in interface TitlessetVisible in interface VisiblesetVisible in class BaseTitleyesNo - true to make it visible, false to make it invisible.public void setHorizontalAlignment(int a)
ZDrillLabel. This property is also tied to the ZTickLabel. When the text has been rotated to a vertical position, the horizontal alignment properties appear to move the text up and down, rather than left and right.setHorizontalAlignment in interface HorizontalAlignmentsetHorizontalAlignment in class BaseTitlea - A Swing constant that represents the horizontal alignment for the text of the label. Valid constants are SwingConstants.LEFT, SwingConstants.CENTER, and SwingConstants.RIGHT.public void setTextRotation(int rotate)
ZDrillLabel. This property is also tied to the ZTitle.setTextRotation in class BaseTitlerotate - A constant that represents the angle of rotation of the drill label. When you pass an invalid value, the graph does not set the TextRotation attibute. It logs a message with the error handler.BaseGraphComponent.TR_HORIZ, BaseGraphComponent.TR_HORIZ_ROTATE_90, BaseGraphComponent.TR_HORIZ_ROTATE_270
  | 
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.9.0) E52941-01  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||