|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--oracle.dss.graph.Subtype
A subtype of a graph Type, such as a dual-Y stacked bar graph or a single pie graph. Subtype objects correspond to values of the GraphType property of the Graph class. The Graph Type panel uses this class and the Type class, to populate itself.
Type, Graph.setGraphType(int), GraphType, GraphTypeConverterAdapter| Field Summary | |
java.lang.String |
descriptionThe text that is displayed in the description box for the graph subtype. |
java.lang.String |
fileNameThe name of the file that contains the icon that represents the graph subtype, with 3-D effect on. |
int |
idThe ID of this Subtype. |
java.lang.String |
nameThe text that is displayed below the icon for the graph subtype. |
java.lang.String |
non_3D_fileNameThe name of the file that contains the icon that represents the graph subtype, with 3-D effect off. |
| Constructor Summary | |
Subtype(int id, java.lang.String graphName, java.lang.String graphDesc)Constructor that does not specify an icon for the subtype. | |
Subtype(int id, java.lang.String graphName, java.lang.String graphDesc, java.lang.String image, java.lang.String non_3D_image)Constructor that specifies images to display for this Subtype. | |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public int id
Subtype.public java.lang.String fileName
public java.lang.String non_3D_fileName
public java.lang.String name
public java.lang.String description
| Constructor Detail |
public Subtype(int id,
java.lang.String graphName,
java.lang.String graphDesc)
name and description fields with localized text.
If you construct a Subtype, you should extend the GraphTypeConverterAdapter.
id - The ID for this Subtype.graphName - The name of the graph subtype. The name appears with the subtype icon.graphDesc - The description that is associated with the graph subtype. The description appears in the description box at the bottom of the panel.
public Subtype(int id,
java.lang.String graphName,
java.lang.String graphDesc,
java.lang.String image,
java.lang.String non_3D_image)
Subtype. For localized software, pass localized strings to this constructor. This constructor does not call into resource bundles. Alternately, you can set the name and description fields with localized text.id - The ID for this Subtype.graphName - The name of the graph subtype. The name appears with the subtype icon.graphDesc - The description that is associated with the graph subtype. The description appears in the description box at the bottom of the panel.image - The icon that represents the graph subtype with 3-D effect on.non_3D_image - The icon that represents the graph subtype with 3-D effect off.
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||