com.davisor.graphics.chart
Class ShapeFactory.ShapeContext
java.lang.Object
com.davisor.graphics.chart.ChartFactory.ChartContext
com.davisor.graphics.chart.AxisFactory.AxisContext
com.davisor.graphics.chart.ShapeFactory.ShapeContext
- Enclosing class:
- ShapeFactory
- public class ShapeFactory.ShapeContext
- extends AxisFactory.AxisContext
ShapeContext implements a shape factory specific axis context.
| Fields inherited from class com.davisor.graphics.chart.AxisFactory.AxisContext |
additionalValues, altChannels, altType, attr, colorChannels, colorChannelTypes, index, isometric, labelFont, labelOffsets, labelSizes, labelType, lastPlotColorChannel, lastPlotPaintChannel, markerOffsets, markerSizes, paintChannels, paintChannelTypes, plot, plotLineColor, plotLinePaint, plotLineStroke, plotPointColor, plotPointPaint, plotPointStroke, plotValueColor, plotValueFont, plotValuePaint, positionChannels, scale, summary, titleFont, titleSizes, urlChannels, urlChannelType, urlType, valueChannels, valueType |
|
Constructor Summary |
ShapeFactory.ShapeContext(ChartData data,
ChartAttributes attr,
PlotRenderAttributes plot,
ChartDataSummary summary,
java.awt.Font[] labelFont,
java.awt.Font[] titleFont,
Type[] colorChannelTypes,
int lastPlotColorChannel,
Type[] paintChannelTypes,
int lastPlotPaintChannel,
Type urlChannelType,
EnumType labelType,
int[] valueChannels,
int[] colorChannels,
int[] paintChannels,
int[] urlChannels,
int[] altChannels,
int[] positionChannels,
float[] labelOffsets,
float[] markerOffsets,
float[][] titleSizes,
boolean isometric,
short index)
Creates a new axis context. |
ShapeFactory.ShapeContext(ChartData data,
ChartAttributes attr,
PlotRenderAttributes plot,
ChartDataSummary summary,
java.awt.Font[] labelFont,
java.awt.Font[] titleFont,
Type colorChannelType,
Type paintChannelType,
Type urlChannelType,
EnumType labelType,
int[] valueChannels,
int[] colorChannels,
int[] paintChannels,
int[] urlChannels,
int[] altChannels,
int[] positionChannels,
float[] labelOffsets,
float[] markerOffsets,
float[][] titleSizes,
boolean isometric,
short index)
Deprecated. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
enclose
public boolean enclose
bubble
public boolean bubble
bubbleXSize
public float bubbleXSize
bubbleYSize
public float bubbleYSize
bubbleScale
public float bubbleScale
maxBounds
public float maxBounds
lastPlotShapeChannel
public int lastPlotShapeChannel
subChannels
public boolean[] subChannels
group
public DataRenderAttributes[] group
shapeChannelTypes
public Type[] shapeChannelTypes
channel
public DataRenderAttributes[][] channel
pointShape
public java.awt.Shape[][][] pointShape
pointStroke
public java.awt.Stroke[][][] pointStroke
ShapeFactory.ShapeContext
public ShapeFactory.ShapeContext(ChartData data,
ChartAttributes attr,
PlotRenderAttributes plot,
ChartDataSummary summary,
java.awt.Font[] labelFont,
java.awt.Font[] titleFont,
Type colorChannelType,
Type paintChannelType,
Type urlChannelType,
EnumType labelType,
int[] valueChannels,
int[] colorChannels,
int[] paintChannels,
int[] urlChannels,
int[] altChannels,
int[] positionChannels,
float[] labelOffsets,
float[] markerOffsets,
float[][] titleSizes,
boolean isometric,
short index)
- Deprecated.
- Creates a new axis context. The context will initially contains
all information necessary to resolve final chart image size.
After that, the context may be upgraded with additional
information only available after the final chart image size and
partition has been computed.
- See Also:
ShapeFactory.ShapeContext(ChartData,ChartAttributes,
PlotRenderAttributes,ChartDataSummary,Font[],Font[],Type[],int,
Type[],int,Type,EnumType,int[],int[],int[],int[],int[],int[],
float[],float[],float[][],boolean,short)
ShapeFactory.ShapeContext
public ShapeFactory.ShapeContext(ChartData data,
ChartAttributes attr,
PlotRenderAttributes plot,
ChartDataSummary summary,
java.awt.Font[] labelFont,
java.awt.Font[] titleFont,
Type[] colorChannelTypes,
int lastPlotColorChannel,
Type[] paintChannelTypes,
int lastPlotPaintChannel,
Type urlChannelType,
EnumType labelType,
int[] valueChannels,
int[] colorChannels,
int[] paintChannels,
int[] urlChannels,
int[] altChannels,
int[] positionChannels,
float[] labelOffsets,
float[] markerOffsets,
float[][] titleSizes,
boolean isometric,
short index)
- Creates a new axis context. The context will initially contains
all information necessary to resolve final chart image size.
After that, the context may be upgraded with additional
information only available after the final chart image size and
partition has been computed.
- Parameters:
data - chart dataattr - chart attributesplot - local plot area attributessummary - chart data summarylabelFont - axis label fonts [X,Y,Z,...]titleFont - axis title fonts [X,Y,Z,...]colorChannelTypes - color data channel typeslastPlotColorChannel - last color channel for plotpaintChannelTypes - paint data channel typeslastPlotPaintChannel - last paint channel for ploturlChannelType - annotation URL address data channel typelabelType - label data access type (may be null)valueChannels - value data channel indexescolorChannels - color data channel indexespaintChannels - paint data channel indexesurlChannels - annotation URL address data channel indexesaltChannels - annotation description text data channel indexespositionChannels - category position value data channel indexeslabelOffsets - axis label offsets ([x,y,z])titleSizes - axis title sizes ([x,y][w,h])isometric - isometric mode indicatorindex - context index among other indexes
Copyright © 2001-2004 Davisor Oy. All Rights Reserved.