| 
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.2) E12063-10  | 
||||||||
| 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.Series
public class Series
The series component of the graph. A series usually represents a dimension member such as "Shoes" or "Boston".
| Field Summary | |
|---|---|
protected  boolean | 
m_isMarkerShapeSet | 
protected  int | 
m_seriesCount | 
protected  SFX[] | 
m_sfx | 
protected  int | 
m_startSeries | 
| Fields inherited from class oracle.dss.dataView.BaseComponentXML | 
|---|
m_jsfHashMap | 
| Constructor Summary | |
|---|---|
Series(CommonGraph graph) | 
|
| Method Summary | |
|---|---|
static int | 
convertAssignedToY2ToInt(java.lang.String string) | 
protected  java.lang.String | 
convertAssignedToY2ToString(int value) | 
static int | 
convertFitlineTypeToInt(java.lang.String string) | 
protected  java.lang.String | 
convertFitlineTypeToString(int value) | 
static int | 
convertMarkerShapeToInt(java.lang.String string) | 
static java.lang.String | 
convertMarkerShapeToString(int value) | 
static int | 
convertMarkerTypeToInt(java.lang.String string) | 
protected  java.lang.String | 
convertMarkerTypeToString(int value) | 
static int | 
convertVisibilityToInt(java.lang.String string) | 
protected  java.lang.String | 
convertVisibilityToString(int value) | 
protected  void | 
displayMarkers()Ensures that marker shapes are looped properly when new data is set.  | 
protected  void | 
displayMarkers(int oldType) | 
 java.awt.Color | 
getBorderColor(int series)Retrieves the border color for the markers of the series.  | 
 java.awt.Color | 
getColor(int series)Retrieves the fill color for the markers of the series.  | 
protected  java.lang.String | 
getComponentName() | 
 int | 
getDefaultAssignedToY2()Retrieves the default axis assignment for series.  | 
 java.awt.Color | 
getDefaultBorderColor()Retrieves the default border color for the markers of all series.  | 
 java.awt.Color | 
getDefaultColor()Retrieves the default fill color of series.  | 
 java.awt.Color | 
getDefaultFirstMarkerColor()Deprecated. CommonSparkChart should be used instead | 
 int | 
getDefaultFitlineType()Retrieves the default type of fitline for all series.  | 
 java.awt.Color | 
getDefaultHighMarkerColor()Deprecated. CommonSparkChart should be used instead | 
 java.awt.Color | 
getDefaultLastMarkerColor()Deprecated. CommonSparkChart should be used instead | 
 int | 
getDefaultLineStyle()Retrieves the default style for the data lines of series.  | 
 int | 
getDefaultLineWidth()Retrieves the default width for the data lines of series.  | 
 java.awt.Color | 
getDefaultLowMarkerColor()Deprecated. CommonSparkChart should be used instead | 
 java.awt.Color | 
getDefaultMarkerColor()Retrieves the default fill color for the markers of series.  | 
 java.util.EnumSet<GraphConstants.Markers> | 
getDefaultMarkers()Deprecated. CommonSparkChart should be used instead | 
 int | 
getDefaultMarkerShape()Retrieves the default shape for the data makers of series.  | 
 int | 
getDefaultMarkerType()Retrieves the default type of markers used for series.  | 
 java.lang.String | 
getDisplayInLegend(int series)Get whether this series shows in the legend.  | 
 int | 
getEffect(int series)Gets the effect which was applied to this series This is enabled only for bubble graphs for now and can be used to conditionally make the bubble appear to be flat or 3D.  | 
 int | 
getFitlineType(int series)Retrieves the type of fitline for a series.  | 
 int | 
getLineStyle(int iSeries)Retrieves the style of the data line for the specified series.  | 
 int | 
getLineWidth(int series)Retrieves the width for the data line for the specified series.  | 
 java.awt.Color | 
getMarkerColor(int series)Retrieves the fill color for the markers of the series.  | 
 int | 
getMarkerShape(int series)Retrieves the shape for the data markers that belong to the series.  | 
 int | 
getMarkerType(int series)Retrieves the type of markers used for the series.  | 
 int | 
getPieSliceExplode(int series)Retrieves the distance that separates an exploded slice from the rest of the pie in a pie graph or from the rest of the ring in a ring graph.  | 
protected  boolean | 
getSeriesItemsXML(boolean allProperties, boolean allOverriddenProperties, oracle.dss.util.xml.ContainerNode node) | 
protected  boolean | 
getSeriesXML(boolean allProperties, boolean allOverriddenProperties, oracle.dss.util.xml.ObjectNode seriesNode, int i) | 
 SFX | 
getSFX(int series)Retrieves the SFX object for the series. | 
 int | 
getVisibility(int series)Get the visibility of the series.  | 
protected  oracle.dss.util.xml.ContainerNode | 
getXML(boolean allProperties, boolean allOverriddenProperties) | 
 boolean | 
isAssignedToY2(int series)Indicates whether the series of data is plotted against the Y2-axis.  | 
 boolean | 
isBorderTransparent(int series)Indicates whether the borders for the markers of the series are transparent.  | 
 boolean | 
isBorderUsingDefaults()Indicates whether the marker borders of all of the series in the graph are using the default color and transparency values.  | 
 boolean | 
isDefaultBorderTransparent()Indicates whether the borders for the markers of all series are transparent by default.  | 
 boolean | 
isTransparent(int series)Indicates whether the fill color for the markers of the series is transparent.  | 
protected  void | 
resetStyle() | 
 void | 
setAssignedToY2(boolean yesNo, int series)Specifies whether the series of data is plotted against the Y2-axis.  | 
 void | 
setBorderColor(java.awt.Color newColor, int series)Specifies the border color for the markers of the series.  | 
 void | 
setBorderTransparent(boolean yesNo, int series)Specifies whether the borders for the markers of the series are transparent.  | 
 void | 
setBorderUsingDefaults(boolean yesNo)Specifies whether the marker borders of all of the series in the graph are using the default color and transparency values.  | 
 void | 
setColor(java.awt.Color newColor, int series)Specifies the fill color for the markers of the series.  | 
 void | 
setDefaultAssignedToY2(int assignedToY2)Specifies the default axis assignment for series.  | 
 void | 
setDefaultBorderColor(java.awt.Color newColor)Specifies the default border color for the markers of all series.  | 
 void | 
setDefaultBorderTransparent(boolean yesNo)Specifies whether the borders for the markers of all series are transparent by default.  | 
 void | 
setDefaultColor(java.awt.Color color)Specifies the default fill color of series.  | 
 void | 
setDefaultFirstMarkerColor(java.awt.Color color)Deprecated. CommonSparkChart should be used instead | 
 void | 
setDefaultFitlineType(int type)Specifies the default type of fitline to use for series.  | 
 void | 
setDefaultHighMarkerColor(java.awt.Color color)Deprecated. CommonSparkChart should be used instead | 
 void | 
setDefaultLastMarkerColor(java.awt.Color color)Deprecated. CommonSparkChart should be used instead | 
 void | 
setDefaultLineWidth(int lineWidth)Specifies the default width for the data lines of series.  | 
 void | 
setDefaultLowMarkerColor(java.awt.Color color)Deprecated. CommonSparkChart should be used instead | 
 void | 
setDefaultMarkerColor(java.awt.Color color)Specifies the default fill color for the markers of series.  | 
 void | 
setDefaultMarkers(java.util.EnumSet<GraphConstants.Markers> markers)Deprecated. CommonSparkChart should be used instead | 
 void | 
setDefaultMarkerShape(int markerShape)Specifies the default shape for the data markers of series.  | 
 void | 
setDefaultMarkerType(int markerType)Specifies the default marker type for series.  | 
 void | 
setDisplayInLegend(java.lang.String display, int series)Set whether a series is displayed in legend.  | 
 void | 
setEffect(int effect, int series)Sets the effect which can be used to enable/disable a gradient on the markers for this series.This is enabled only for bubble graphs for now and can be used to conditionally make the bubble appear to be flat or 3D.  | 
 void | 
setFitlineType(int type, int series)Specifies the type of fitline, such as exponential, or logarithmic, to display for a series.  | 
 void | 
setLineStyle(int style, int iSeries)Specifies the style of the data line for the specified series.  | 
 void | 
setLineWidth(int width, int series)Specifies the width for the data lines for the specified series.  | 
 void | 
setMarkerColor(java.awt.Color newColor, int series)Specifies the fill color for the markers of the series.  | 
 void | 
setMarkerShape(int shape, int series)Specifies the shape for the data makers that belong to the series.  | 
 void | 
setMarkerType(int type, int series)Specifies the type of markers used for the series.  | 
 void | 
setPieSliceExplode(int explode, int series)Specifies how far the slices for the series are exploded.  | 
protected  void | 
setSeriesItemsXML(oracle.dss.util.xml.ContainerNode node) | 
protected  void | 
setSeriesXML(oracle.dss.util.xml.ObjectNode seriesNode, int series, boolean allProperties, java.util.HashMap map) | 
 void | 
setShape(java.lang.String shape, int series)Sets the shape on the series.  | 
 void | 
setShapePath(java.lang.String path, int series)Sets the svg path for the custom marker for the series.  | 
 void | 
setTransparent(boolean yesNo, int series)Specifies whether the fill color for the markers of the series is transparent.  | 
 void | 
setVisibility(int visibility, int series)Set the visibility of the series.  | 
protected  void | 
setXML(oracle.dss.util.xml.ContainerNode node, boolean allProperties) | 
protected  void | 
setXML(oracle.dss.util.xml.ContainerNode node, boolean allProperties, java.util.HashMap map) | 
| Methods inherited from class oracle.dss.dataView.BaseComponentXML | 
|---|
getNonstyleXML, getStyleXML, getStyleXML, getXML, setNonstyleXML, setNonstyleXML, setStyleXML, 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 int m_startSeries
protected int m_seriesCount
protected SFX[] m_sfx
protected boolean m_isMarkerShapeSet
| Constructor Detail | 
|---|
public Series(CommonGraph graph)
graph - The graph that this object belongs to.| Method Detail | 
|---|
public SFX getSFX(int series)
           throws SeriesOutOfRangeException
SFX object for the series. The SFX object allows you to retrieve and specify attributes for special effects.
When Graph.getSeriesEffect() returns Graph.SE_GRADIENT, any settings in the SFX object for the Series are ignored, and you cannot set new settings. To use the SFX settings, call Graph.setSeriesEffect(int), passing Graph.SE_NONE.
series - The index of the series. The values range from 0 to the value of graph.getSeriesObjectCount minus 1.SFX object for the series.SeriesOutOfRangeException - If series is less than zero, or greater than or equal to the value of the SeriesObjectCount property of the graph.SeriesOutOfRangeException
public boolean isAssignedToY2(int series)
                       throws SeriesOutOfRangeException
series - The index of the series. The values range from 0 to the value of graph.getSeriesObjectCount minus 1.true if the series of data is plotted against the Y2-axis, false if it is plotted against the Y1-axis.SeriesOutOfRangeException - If series is less than zero, or greater than or equal to the value of the SeriesObjectCount property of the graph.SeriesOutOfRangeException
public void setAssignedToY2(boolean yesNo,
                            int series)
                     throws SeriesOutOfRangeException
series - The index of the series. The values range from 0 to the value of graph.getSeriesObjectCount minus 1.yesNo - true to plot the series of data against the Y2-axis, false to plot it against the Y1-axis.SeriesOutOfRangeException - If series is less than zero, or greater than or equal to the value of the SeriesObjectCount property of the graph.SeriesOutOfRangeException
public java.awt.Color getBorderColor(int series)
                              throws SeriesOutOfRangeException
setBorderUsingDefaults method to false.series - The index of the series. The values range from 0 to the value of graph.getSeriesObjectCount minus 1.SeriesOutOfRangeException - If series is less than zero, or greater than or equal to the value of the SeriesObjectCount property of the graph.SeriesOutOfRangeException
public void setBorderColor(java.awt.Color newColor,
                           int series)
                    throws SeriesOutOfRangeException
setBorderUsingDefaults method to false.series - The index of the series. The values range from 0 to the value of graph.getSeriesObjectCount minus 1.newColor - The border color for the markers of the series.SeriesOutOfRangeException - If series is less than zero, or greater than or equal to the value of the SeriesObjectCount property of the graph.SeriesOutOfRangeException
public boolean isBorderTransparent(int series)
                            throws SeriesOutOfRangeException
setBorderTransparent and the setTransparent methods to true. When an attribute or an object is transparent, it is not visible, but you can select it. To use the value that this method returns, set the setBorderUsingDefaults method to false.series - The index of the series. The values range from 0 to the value of graph.getSeriesObjectCount minus 1.true if the borders are transparent, false if the borders are visible.SeriesOutOfRangeException - If series is less than zero, or greater than or equal to the value of the SeriesObjectCount property of the graph.SeriesOutOfRangeException
public void setBorderTransparent(boolean yesNo,
                                 int series)
                          throws SeriesOutOfRangeException
setBorderTransparent and the setTransparent methods to true. When an attribute or an object is transparent, it is not visible, but you can select it. To use the boolean parameter value that is set in this method, set the setBorderUsingDefaults method to false.series - The index of the series. The values range from 0 to the value of graph.getSeriesObjectCount minus 1.yesNo - true to make the borders transparent, false to make the borders visible.SeriesOutOfRangeException - If series is less than zero, or greater than or equal to the value of the SeriesObjectCount property of the graph.SeriesOutOfRangeException
public java.awt.Color getColor(int series)
                        throws SeriesOutOfRangeException
getColor in interface UISeriesColorseries - The index of the series. The values range from 0 to the value of graph.getSeriesObjectCount minus 1.SeriesOutOfRangeException - If series is less than zero, or greater than or equal to the value of the SeriesObjectCount property of the graph.SeriesOutOfRangeException
public void setColor(java.awt.Color newColor,
                     int series)
              throws SeriesOutOfRangeException
setColor in interface UISeriesColorseries - The index of the series. The values range from 0 to the value of graph.getSeriesObjectCount minus 1.newColor - The fill color for the markers of the series. If this is null, the fill color is made transparent.SeriesOutOfRangeException - If series is less than zero, or greater than or equal to the value of the SeriesObjectCount property of the graph.SeriesOutOfRangeExceptionGraph.getSeriesObjectCount()
public java.awt.Color getMarkerColor(int series)
                              throws SeriesOutOfRangeException
series - The index of the series. The values range from 0 to the value of graph.getSeriesObjectCount minus 1.SeriesOutOfRangeException - If series is less than zero, or greater than or equal to the value of the SeriesObjectCount property of the graph.SeriesOutOfRangeException
public void setMarkerColor(java.awt.Color newColor,
                           int series)
                    throws SeriesOutOfRangeException
series - The index of the series. The values range from 0 to the value of graph.getSeriesObjectCount minus 1.newColor - The fill color for the markers of the series. If this is null, the fill color is made transparent.SeriesOutOfRangeException - If series is less than zero, or greater than or equal to the value of the SeriesObjectCount property of the graph.SeriesOutOfRangeExceptionpublic java.awt.Color getDefaultBorderColor()
setBorderUsingDefaults method to true.public void setDefaultBorderColor(java.awt.Color newColor)
setBorderUsingDefaults method to true.newColor - The default border color for the markers of all series.public boolean isDefaultBorderTransparent()
setBorderUsingDefaults method to true.true if the borders for the markers of all series are transparent by default, false if the graph uses the value that is set in the setBorderTransparent method for each series.public void setDefaultBorderTransparent(boolean yesNo)
setBorderUsingDefaults method to true.yesNo - true to make the borders for the markers of all series transparent by default, false to make the graph use the value that is set in the setBorderTransparent method for each series.
public void setFitlineType(int type,
                           int series)
                    throws SeriesOutOfRangeException
type - A constant that represents the type of fitline to use for this series. Valid constants are listed in the See Also section.series - The index of the series. The values range from 0 to the value of graph.getSeriesObjectCount minus 1.SeriesOutOfRangeException - If series is less than zero, or greater than or equal to the value of the SeriesObjectCount property of the graph.SeriesOutOfRangeExceptionFitline, BaseGraphComponent.FT_LINEAR, BaseGraphComponent.FT_EXPONENTIAL, BaseGraphComponent.FT_LOGARITHMIC, BaseGraphComponent.FT_NONE
public int getFitlineType(int series)
                   throws SeriesOutOfRangeException
series - The index of the series. The values range from 0 to the value of graph.getSeriesObjectCount minus 1.SeriesOutOfRangeException - If series is less than zero, or greater than or equal to the value of the SeriesObjectCount property of the graph.SeriesOutOfRangeExceptionBaseGraphComponent.FT_LINEAR, BaseGraphComponent.FT_EXPONENTIAL, BaseGraphComponent.FT_LOGARITHMIC, BaseGraphComponent.FT_NONE
public int getLineWidth(int series)
                 throws SeriesOutOfRangeException
series - The index of the series. The values range from 0 to the value of graph.getSeriesObjectCount minus 1.SeriesOutOfRangeException - If series is less than zero, or greater than or equal to the value of the SeriesObjectCount property of the graph.SeriesOutOfRangeException
public void setLineWidth(int width,
                         int series)
                  throws SeriesOutOfRangeException
The value that you set in this method takes effect only when the DepthRadius attribute of the graph is set to zero.
series - The index of the series. The values range from 0 to the value of graph.getSeriesObjectCount minus 1.width - The width to set for the data line for the series.SeriesOutOfRangeException - If series is less than zero or is greater than or equal to the value of the SeriesObjectCount attribute of the graph.Graph.setDepthRadius(int)
public void setLineStyle(int style,
                         int iSeries)
                  throws SeriesOutOfRangeException
The value that you set in this method takes effect only when the DepthRadius property of the graph is set to zero.
style - A constant that represents the style to set. Valid constants are listed in the See Also section.iSeries - The index of the series. The values range from 0 to the value of Graph.getSeriesObjectCount minus 1.SeriesOutOfRangeException - If iSeries is less than zero or is greater than or equal to the value of the SeriesObjectCount attribute of the graph.BaseGraphComponent.LS_DASH, BaseGraphComponent.LS_DASH_DOT, BaseGraphComponent.LS_DOTTED, BaseGraphComponent.LS_SOLID
public int getLineStyle(int iSeries)
                 throws SeriesOutOfRangeException
iSeries - The index of the series. The values range from 0 to the value of Graph.getSeriesObjectCount minus 1.SeriesOutOfRangeException - If iSeries is less than zero, or greater than or equal to the value of the SeriesObjectCount property of the graph.SeriesOutOfRangeExceptionBaseGraphComponent.LS_DASH, BaseGraphComponent.LS_DASH_DOT, BaseGraphComponent.LS_DOTTED, BaseGraphComponent.LS_SOLID
public int getMarkerShape(int series)
                   throws SeriesOutOfRangeException
MarkerShape property applies only to data markers that appear in line, scatter, and bubble graphs. It does not affect the shape of bars or slices.series - The index of the series. The values range from 0 to the value of graph.getSeriesObjectCount minus 1.SeriesOutOfRangeException - If series is less than zero, or greater than or equal to the value of the SeriesObjectCount property of the graph.BaseGraphComponent.MS_AUTOMATIC, BaseGraphComponent.MS_NONE, BaseGraphComponent.MS_CIRCLE, BaseGraphComponent.MS_DIAMOND, BaseGraphComponent.MS_PLUS, BaseGraphComponent.MS_SQUARE, BaseGraphComponent.MS_TRIANGLE_DOWN, BaseGraphComponent.MS_TRIANGLE_UP, BaseGraphComponent.MS_HUMAN
public void setMarkerShape(int shape,
                           int series)
                    throws SeriesOutOfRangeException
MarkerShape property applies only to data markers that appear in line, scatter, and bubble graphs. It does not affect the shape of bars or slices.series - The index of the series. The values range from 0 to the value of graph.getSeriesObjectCount minus 1.shape - A constant that represents the shape for the data markers that belong to this series. Valid constants are listed in the See Also section.SeriesOutOfRangeException - If series is less than zero, or greater than or equal to the value of the SeriesObjectCount property of the graph.BaseGraphComponent.MS_AUTOMATIC, BaseGraphComponent.MS_NONE, BaseGraphComponent.MS_CIRCLE, BaseGraphComponent.MS_DIAMOND, BaseGraphComponent.MS_PLUS, BaseGraphComponent.MS_SQUARE, BaseGraphComponent.MS_TRIANGLE_DOWN, BaseGraphComponent.MS_TRIANGLE_UP, BaseGraphComponent.MS_HUMAN
public void setShape(java.lang.String shape,
                     int series)
              throws SeriesOutOfRangeException
SeriesOutOfRangeException
public void setShapePath(java.lang.String path,
                         int series)
                  throws SeriesOutOfRangeException
SeriesOutOfRangeException
public int getMarkerType(int series)
                  throws SeriesOutOfRangeException
series - The index of the series. The values range from 0 to the value of graph.getSeriesObjectCount minus 1.SeriesOutOfRangeException - If series is less than zero, or greater than or equal to the value of the SeriesObjectCount property of the graph.SeriesOutOfRangeExceptionBaseGraphComponent.MT_AREA, BaseGraphComponent.MT_BAR, BaseGraphComponent.MT_LINE, BaseGraphComponent.MT_DEFAULT
public void setMarkerType(int type,
                          int series)
                   throws SeriesOutOfRangeException
series - The index of the series. The values range from 0 to the value of graph.getSeriesObjectCount minus 1.type - The type of markers used for the series. Valid constants are listed in the See Also section.SeriesOutOfRangeException - If series is less than zero, or greater than or equal to the value of the SeriesObjectCount property of the graph.SeriesOutOfRangeExceptionBaseGraphComponent.MT_AREA, BaseGraphComponent.MT_BAR, BaseGraphComponent.MT_LINE, BaseGraphComponent.MT_DEFAULT
public int getPieSliceExplode(int series)
                       throws SeriesOutOfRangeException
series - The index of the series. The values range from 0 to the value of graph.getSeriesObjectCount minus 1.SeriesOutOfRangeException - If series is less than zero, or greater than or equal to the value of the SeriesObjectCount property of the graph.SeriesOutOfRangeException
public void setPieSliceExplode(int explode,
                               int series)
                        throws SeriesOutOfRangeException
series - The index of the series. The values range from 0 to the value of graph.getSeriesObjectCount minus 1.explode - How far the slices for the series are exploded.SeriesOutOfRangeException - If series is less than zero, or greater than or equal to the value of the SeriesObjectCount property of the graph.SeriesOutOfRangeException
public boolean isTransparent(int series)
                      throws SeriesOutOfRangeException
setBorderTransparent and the setTransparent methods to true. When an object is transparent, it is not visible, but you can select it.series - The index of the series. The values range from 0 to the value of graph.getSeriesObjectCount minus 1.true if the fill color for the markers of the series is transparent, false if the fill color for the markers of this series is visible.SeriesOutOfRangeException - If series is less than zero, or greater than or equal to the value of the SeriesObjectCount property of the graph.SeriesOutOfRangeException
public void setTransparent(boolean yesNo,
                           int series)
                    throws SeriesOutOfRangeException
setBorderTransparent and the setTransparent methods to true. When an object is transparent, it is not visible, but you can select it.series - The index of the series. The values range from 0 to the value of graph.getSeriesObjectCount minus 1.yesNo - true to make the fill color for the markers of the series transparent, false to make the fill color for the markers of this series visible.SeriesOutOfRangeException - If series is less than zero, or greater than or equal to the value of the SeriesObjectCount property of the graph.SeriesOutOfRangeExceptionpublic boolean isBorderUsingDefaults()
setDefaultBorderColor method and the setDefaultBorderTransparent method.true if they use the default values, false if they use the values that are set in the setBorderColor method and the setBorderTransparent method.public void setBorderUsingDefaults(boolean yesNo)
setDefaultBorderColor method and the setDefaultBorderTransparent method.yesNo - true to make them use the default values, false to make them use the values that are set in the setBorderColor method and the setBorderTransparent method.public void setDefaultColor(java.awt.Color color)
color - The default fill color for the markers of series. If color is null, then the graph assigns its own default colors to series, repeating colors as necessary.setColor(java.awt.Color, int)public java.awt.Color getDefaultColor()
color is null, then the graph assigns its own default colors to series, repeating colors as necessary.getColor(int)public void setDefaultMarkerColor(java.awt.Color color)
color - The default fill color for the markers of series. If color is null, then the graph assigns its own default colors to series, repeating colors as necessary.setMarkerColor(java.awt.Color, int)public java.awt.Color getDefaultMarkerColor()
color is null, then the graph assigns its own default colors to series, repeating colors as necessary.getMarkerColor(int)public void setDefaultMarkerType(int markerType)
markerType - The default type of markers used for series.BaseGraphComponent.MT_AREA, BaseGraphComponent.MT_BAR, BaseGraphComponent.MT_DEFAULT, BaseGraphComponent.MT_LINEpublic int getDefaultMarkerType()
BaseGraphComponent.MT_AREA, BaseGraphComponent.MT_BAR, BaseGraphComponent.MT_DEFAULT, BaseGraphComponent.MT_LINEpublic void setDefaultMarkerShape(int markerShape)
markerShape - A constant that represents the default shape for the data markers of series. Valid constants are listed in the See Also section. If marker shape is automatic, then the graph assigns its default shapes, repeating shapes if necessary.BaseGraphComponent.MS_CIRCLE, BaseGraphComponent.MS_DIAMOND, BaseGraphComponent.MS_NONE, BaseGraphComponent.MS_PLUS, BaseGraphComponent.MS_SQUARE, BaseGraphComponent.MS_TRIANGLE_DOWN, BaseGraphComponent.MS_TRIANGLE_UP, BaseGraphComponent.MS_HUMAN, BaseGraphComponent.MS_AUTOMATICpublic int getDefaultMarkerShape()
BaseGraphComponent.MS_CIRCLE, BaseGraphComponent.MS_DIAMOND, BaseGraphComponent.MS_NONE, BaseGraphComponent.MS_PLUS, BaseGraphComponent.MS_SQUARE, BaseGraphComponent.MS_TRIANGLE_DOWN, BaseGraphComponent.MS_TRIANGLE_UP, BaseGraphComponent.MS_HUMAN, BaseGraphComponent.MS_AUTOMATICpublic void setDefaultLineWidth(int lineWidth)
The value that you set in this method takes effect only when the DepthRadius attribute of the graph is set to zero.
lineWidth - The default width for the data lines of series.Graph.setDepthRadius(int)public int getDefaultLineWidth()
public int getDefaultLineStyle()
public void setDefaultAssignedToY2(int assignedToY2)
assignedToY2 - A constant that represents the default axis assignment. Valid constants are listed in the See Also section.BaseGraphComponent.DY2_TRUE, BaseGraphComponent.DY2_FALSE, BaseGraphComponent.DY2_AUTO_ASSIGNpublic int getDefaultAssignedToY2()
BaseGraphComponent.DY2_TRUE, BaseGraphComponent.DY2_FALSE, BaseGraphComponent.DY2_AUTO_ASSIGNpublic void setDefaultFitlineType(int type)
type - A constant that represents the default type of fitline for series. Valid constants are listed in the See Also section.BaseGraphComponent.FT_EXPONENTIAL, BaseGraphComponent.FT_LOGARITHMIC, BaseGraphComponent.FT_LINEAR, BaseGraphComponent.FT_NONEpublic int getDefaultFitlineType()
BaseGraphComponent.FT_EXPONENTIAL, BaseGraphComponent.FT_LOGARITHMIC, BaseGraphComponent.FT_LINEAR, BaseGraphComponent.FT_NONE
public void setDisplayInLegend(java.lang.String display,
                               int series)
display - boolean value specifying whether series is displayed in legendseries - which series are we specifyingpublic java.lang.String getDisplayInLegend(int series)
series - which series are we specifying
@Deprecated
public void setDefaultFirstMarkerColor(java.awt.Color color)
CommonSparkChart should be used insteadcolor - the Color to use when rendering the marker
@Deprecated
public java.awt.Color getDefaultFirstMarkerColor()
CommonSparkChart should be used instead
@Deprecated
public void setDefaultLastMarkerColor(java.awt.Color color)
CommonSparkChart should be used insteadcolor - the Color to use when rendering the marker
@Deprecated
public java.awt.Color getDefaultLastMarkerColor()
CommonSparkChart should be used instead
@Deprecated
public void setDefaultHighMarkerColor(java.awt.Color color)
CommonSparkChart should be used insteadcolor - the Color to use when rendering the marker
@Deprecated
public java.awt.Color getDefaultHighMarkerColor()
CommonSparkChart should be used instead
@Deprecated
public void setDefaultLowMarkerColor(java.awt.Color color)
CommonSparkChart should be used insteadcolor - the Color to use when rendering the marker
@Deprecated
public java.awt.Color getDefaultLowMarkerColor()
CommonSparkChart should be used instead
@Deprecated
public void setDefaultMarkers(java.util.EnumSet<GraphConstants.Markers> markers)
CommonSparkChart should be used insteadmarkers - an EnumSet of GraphConstants.MarkersGraphConstants.Markers
@Deprecated
public java.util.EnumSet<GraphConstants.Markers> getDefaultMarkers()
CommonSparkChart should be used insteadGraphConstants.Markers
public void setVisibility(int visibility,
                          int series)
                   throws SeriesOutOfRangeException
visibility - The visibility of the series. Constants are defined in BaseGraphComponent and begin with SV_.series - The index of the series. The values range from 0 to the value of graph.getSeriesObjectCount minus 1.SeriesOutOfRangeException - If series is less than zero or is greater than or equal to the value of the SeriesObjectCount attribute of the graph.BaseGraphComponent.SV_VISIBLE, BaseGraphComponent.SV_HIDDEN
public int getVisibility(int series)
                  throws SeriesOutOfRangeException
series - The index of the series. The values range from 0 to the value of graph.getSeriesObjectCount minus 1.SeriesOutOfRangeException - If series is less than zero or is greater than or equal to the value of the SeriesObjectCount attribute of the graph.BaseGraphComponent.SV_VISIBLE, BaseGraphComponent.SV_HIDDEN
public void setEffect(int effect,
                      int series)
               throws SeriesOutOfRangeException
effect - The effect to be applied which can have two values GraphConstants.SE_NONE orGraphConstants.SE_GRADIENTseries - The series to which this effect is appplied.SeriesOutOfRangeException
public int getEffect(int series)
              throws SeriesOutOfRangeException
series - The series to which this effect is appplied.SeriesOutOfRangeExceptionpublic static int convertMarkerShapeToInt(java.lang.String string)
public static int convertMarkerTypeToInt(java.lang.String string)
public static int convertFitlineTypeToInt(java.lang.String string)
public static int convertAssignedToY2ToInt(java.lang.String string)
public static java.lang.String convertMarkerShapeToString(int value)
protected java.lang.String convertMarkerTypeToString(int value)
protected java.lang.String convertFitlineTypeToString(int value)
protected java.lang.String convertAssignedToY2ToString(int value)
public static int convertVisibilityToInt(java.lang.String string)
protected java.lang.String convertVisibilityToString(int value)
protected java.lang.String getComponentName()
getComponentName in class BaseComponentXML
protected oracle.dss.util.xml.ContainerNode getXML(boolean allProperties,
                                                   boolean allOverriddenProperties)
protected boolean getSeriesItemsXML(boolean allProperties,
                                    boolean allOverriddenProperties,
                                    oracle.dss.util.xml.ContainerNode node)
protected boolean getSeriesXML(boolean allProperties,
                               boolean allOverriddenProperties,
                               oracle.dss.util.xml.ObjectNode seriesNode,
                               int i)
protected void setXML(oracle.dss.util.xml.ContainerNode node,
                      boolean allProperties,
                      java.util.HashMap map)
protected void setXML(oracle.dss.util.xml.ContainerNode node,
                      boolean allProperties)
protected void setSeriesItemsXML(oracle.dss.util.xml.ContainerNode node)
protected void setSeriesXML(oracle.dss.util.xml.ObjectNode seriesNode,
                            int series,
                            boolean allProperties,
                            java.util.HashMap map)
protected void displayMarkers(int oldType)
protected void displayMarkers()
protected void resetStyle()
  | 
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.2) E12063-10  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||