Uses of Class
com.davisor.data.EnumType

Packages that use EnumType
com.davisor.data This package defines a powerful parametrized data integration framework for exchanging information between different Java data objects, strings and SQL databases.  
com.davisor.data.stream This package extends the data framework package with tools for working with data streams and buffers containing data framework data objects and arbitrary data objects.  
com.davisor.graphics.chart This package defines a powerful dynamic graphical chart generation and data visualization framework.  
 

Uses of EnumType in com.davisor.data
 

Constructors in com.davisor.data with parameters of type EnumType
EnumData(EnumType type)
          Creates a new enumerated data object with the given enumeration type and default value (0).
EnumData(EnumType type, java.lang.Number value)
          Creates a new enumerated data object with the given enumeration type and value.
EnumData(EnumType type, float value)
          Creates a new enumerated data object with the given enumeration type and value.
EnumData(EnumType type, int value)
          Creates a new enumerated data object with the given enumeration type and value.
EnumData(EnumType type, java.lang.String stringValue, java.text.ParsePosition status)
          Creates a enum data value from a string value.
EnumType(EnumType et)
          Copy constructor.
 

Uses of EnumType in com.davisor.data.stream
 

Subclasses of EnumType in com.davisor.data.stream
 class EnumDataBufferType
          EnumIndexType defines a data type that provides mapping from integer indexes to DataBuffer values.
 

Uses of EnumType in com.davisor.graphics.chart
 

Fields in com.davisor.graphics.chart declared as EnumType
 EnumType AxisFactory.AxisContext.labelType
          Label channel access type (may be null).
 EnumType ChartDataSummary.labelType
          Label data access type (may be null).
 

Methods in com.davisor.graphics.chart with parameters of type EnumType
protected  AxisFactory.AxisContext AxisFactory.createContext(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.  
protected  AxisFactory.AxisContext AxisFactory.createContext(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.
protected  ChartDataSummary ChartFactory.createSummary(ChartData data, ChartAttributes attr, ChartAxes axes, PlotRenderAttributes plot, EnumType labelType, int[] channels, boolean isometric, int[] positionChannels)
          Computes summary information over a set of ChartData value channels.
protected  void GridFactory.drawLabels(java.awt.Graphics2D g, java.awt.geom.Rectangle2D drawingArea, int[] steps, EnumType labelType, java.awt.Font font, java.awt.Paint color, java.awt.Paint paint, int level, AxisFactory.AxisMetrics metrics)
          Draw grid cell labels.
protected  AxisFactory.AxisContext ShapeFactory.createContext(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.  
protected  AxisFactory.AxisContext ShapeFactory.createContext(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 shape factory specific axis context.
 

Constructors in com.davisor.graphics.chart with parameters of type EnumType
AxisFactory.AxisContext(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.  
AxisFactory.AxisContext(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.
ChartDataSummary(ChartAttributes attr, ChartAxes axes, int[] channels, boolean[] cumulative, boolean[] hidden, int elements, int sequences, int longestSequence, DataValue minValue, DataValue maxValue, DataValue minPosValue, DataValue maxPosValue, EnumType labelType)
           
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.  
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.
 



Copyright © 2001-2004 Davisor Oy. All Rights Reserved.