Serialized Form
M_annotatedShapes
java.util.List M_annotatedShapes
- List of serializable annotated shapes.
M_contentType
java.lang.String M_contentType
- Chart content MIME type.
M_height
java.lang.Number M_height
- Chart height, in millimeters.
M_resolution
java.lang.Number M_resolution
- Chart pixels-per-millimeter raster image resolution.
M_width
java.lang.Number M_width
- Chart width, in millimeters.
M_dataType
Type M_dataType
- User defined datatype for points.
M_defaultMode
java.lang.String M_defaultMode
- Default interpolation mode for calculating mapping from non-listed
datavalues to resulting DataValues.
M_infinityAdditionalValues
java.util.Map M_infinityAdditionalValues
- Additional values of infinity point (may be null).
M_infinityPoint
AbstractScale.ScalingPoint M_infinityPoint
- Infinity point (may be null).
M_additionalValues
java.util.Map M_additionalValues
- Mapping from datavalues to additional values.
M_points
java.util.SortedMap M_points
- Mapping from datavalues to visual effects. Only transitions between
effects are listed.
M_stringPoints
java.util.Map M_stringPoints
- Uses the definition Strings of the datavalues as keys.
In initialization these values are moved into M_points.
M_legendFormat
java.lang.String M_legendFormat
- Composite value format for legend entries (may be null).
M_format
java.lang.String M_format
- Polymorphic type spesification string.
M_type
Type M_type
- Actual type.
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Reads new content to this object from an object stream.
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Writes current content of this object to an object stream.
M_gap
java.lang.Number M_gap
- Gap between axis elements (percents, may be null).
M_gridLines
java.lang.Boolean M_gridLines
- Enable or disable grid lines perpendicular to the axis (may be null).
M_labelFormat
java.lang.String M_labelFormat
- Axis label value type specification (may be null).
M_labelOffset
java.lang.Number M_labelOffset
- Axis label distance from axis.
M_labelRotation
java.lang.Number M_labelRotation
- Axis label rotation (defaults to zero).
M_level
java.lang.Integer M_level
- The number of tic mark levels (defaults to 1).
M_render
AxisRenderAttributes M_render
- Axis render attributes.
M_opposite
java.lang.Boolean M_opposite
- Axis side (may be null).
M_positionStringValue
java.lang.String M_positionStringValue
- Axis position (may be null).
M_reversed
java.lang.Boolean M_reversed
- Axis growth direction (may be null).
M_silent
java.lang.Boolean M_silent
- Suppress axis labels (may be null).
M_tic
java.awt.Shape M_tic
- Axis tic mark shape (may be null).
M_titleOffset
java.lang.Float M_titleOffset
- Title distance from markers.
M_markerOffset
java.lang.Float M_markerOffset
- Marker distance from labels.
M_titleRotation
java.lang.Number M_titleRotation
- Axis title rotation (defaults to zero).
writeReplace
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- Ensures the presense of a serializable segment representation of
the current shape.
- Throws:
java.io.ObjectStreamException- See Also:
BetterPath.createSegments(java.awt.geom.PathIterator)
M_segments
java.util.List M_segments
- Principal shape path storage.
M_windingRule
int M_windingRule
- Shape winding rule.
M_character
int M_character
- Current character in parsing.
M_reader
java.io.Reader M_reader
- Reader for character parsing.
M_currentX
double M_currentX
- Current X-coordinate.
M_currentY
double M_currentY
- Current Y-coordinate.
M_smoothX
double M_smoothX
- Reference X-coordinate for smooth curves.
M_smoothY
double M_smoothY
- Reference Y-coordinate for smooth curves.
M_lastMoveToX
double M_lastMoveToX
- Last moveTo X-coordinate.
M_lastMoveToY
double M_lastMoveToY
- Last moveTo Y-coordinate.
DEBUG
boolean DEBUG
M_coords
double[] M_coords
- Segment coordinates.
M_type
int M_type
- Segment type.
M_value
java.lang.Boolean M_value
- Boolean value.
M_true
java.lang.String M_true
- Alternate true string value.
M_false
java.lang.String M_false
- Alternate false string value.
M_trueLength
int M_trueLength
- Alternate true string value.
M_falseLength
int M_falseLength
- Alternate false string value.
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
M_values
java.lang.Object[] M_values
M_name
java.lang.String M_name
M_content
byte[] M_content
- Encoded chart content.
M_calendar
java.util.Calendar M_calendar
- Calendar value.
M_type
DateFormatType M_type
- The type of this data.
M_field
CalendarField M_field
- Calendar field.
M_cumulative
java.lang.Boolean M_cumulative
- Controls if channel data is cumulative (may be null).
M_defaults
ChannelAttributes M_defaults
- Channel default values (may be null).
M_group
java.lang.String M_group
- Channel group identity.
M_hidden
java.lang.Boolean M_hidden
- Controls if channel data is to be hidden (may be null).
M_idRef
java.lang.String M_idRef
- Channel identity.
M_name
java.lang.String M_name
- Channel name (if not null, the channel forms a data series).
M_render
DataRenderAttributes M_render
- Channel render attributes.
M_subChannels
ChannelAttributes[] M_subChannels
- Sub-channel specific attributes (may be null).
M_dataType
Type M_dataType
- Type of the data channel for this channel attributes.
M_content
char[] M_content
- Encoded chart content.
defaults
ChartAttributes defaults
- Default attributes of this map. Null if map is empty
M_axes
java.util.Map M_axes
- Axes beloning to this axes group, keyed to their 'dim' attribute.
M_dims
java.util.Map M_dims
- Custom axis dimension mapping.
M_chartType
java.lang.String M_chartType
- The chart type drawn into this axis group.
M_dataGroup
java.lang.String M_dataGroup
- The chart data group drawn into this axis group.
M_plot
PlotRenderAttributes M_plot
- Axis render attributes.
M_viewport
java.lang.String[] M_viewport
- Viewport shape namespace and id.
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Reads new content to this object from an object stream.
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Writes current content of this object to an object stream.
M_angle
java.lang.Float M_angle
- Rotation around axis (degrees).
M_dim
java.lang.String M_dim
- Axis dimension.
M_markers
java.util.ArrayList M_markers
- Marker lines.
M_stringValue
java.lang.String[] M_stringValue
- Explicitly set string data values, if any (MIN,MAX,STEP).
M_titleText
java.lang.String M_titleText
- Axis title text string (may be null).
M_unitTitle
java.lang.String M_unitTitle
- Axis unit title text.
M_coa
ChartObjectAttributes M_coa
- Reference to underlying real attributes.
M_antialiasMode
int M_antialiasMode
- Antialiasing mode (OFF, ON, or AUTO, defaults to AUTO).
M_axes
java.util.List M_axes
- Chart axes, one or more.
M_back
BackRenderAttributes M_back
- Chart background area render attributes (may be null).
M_chartType
java.lang.String M_chartType
- Requested chart image encoding mime type (may be null).
M_encoderInfo
com.davisor.graphics.codec.MimeInfo M_encoderInfo
- Chart encode info, if available (may be null).
M_contentType
java.lang.String M_contentType
- Requested chart image encoding mime type (may be null).
M_height
java.lang.Number M_height
- Chart height in millimeters (may be null).
M_id
java.lang.String M_id
- Attribute set identity (may be null).
M_imageParams
java.lang.String M_imageParams
- Arbitrary image parameters.
M_locale
java.util.Locale M_locale
- Chart locale (may be null).
M_multiSeriesMode
java.lang.Boolean M_multiSeriesMode
- Multiseries mode (may be null)
M_namespace
java.lang.String M_namespace
- Shapes namespace.
M_plot
PlotRenderAttributes M_plot
- Chart plot area render attributes (may be null).
M_resolution
java.lang.Number M_resolution
- Chart raster image pixels-per-millimeter resolution (may be null).
M_urlContext
java.net.URL M_urlContext
- URL address context to complete partial URL addresses (may be null).
M_width
java.lang.Number M_width
- Chart width in millimeters (may be null).
M_legendAttributes
LegendAttributes M_legendAttributes
- Legend attributes
context
javax.ejb.SessionContext context
M_xml
java.lang.String M_xml
- Map for ChannelAttributes.
M_xmlChartType
java.lang.String M_xmlChartType
- Chart type spesified with XML.
insidePlot
boolean insidePlot
insideRendering
boolean insideRendering
insideSeries
boolean insideSeries
M_type
PaintType M_type
- The type of this data.
M_creationString
java.lang.String M_creationString
- Name used to create this instance
M_color1
java.awt.Color M_color1
- Color scale lower limit.
M_color2
java.awt.Color M_color2
- Color scale upper limit.
M_cyclic
boolean M_cyclic
- Color scale cyclic flag.
M_deinterpolator
Deinterpolator M_deinterpolator
- Color scale deinterpolator.
M_token
java.lang.String M_token
- Repetable token (may be null).
M_annotation
java.util.Properties M_annotation
- Chart annotation properties (may be null).
M_dataFormat
java.lang.String M_dataFormat
- Single value format (may be null).
M_lineSmoothness
java.lang.Integer M_lineSmoothness
- Line smoothness setting (integer from 0 to 100)
M_valueFormat
java.lang.String M_valueFormat
- Composite value format (may be null).
M_paintScale
PaintScale M_paintScale
- Intervalled painting.
M_colorScale
PaintScale M_colorScale
- Intervalled coloring.
M_shapeScale
ShapeScale M_shapeScale
- Intervalled shaping.
M_style
int M_style
- Date format style.
M_timeZone
java.util.TimeZone M_timeZone
- Date time zone.
STYLES
com.davisor.core.Index STYLES
- Date format style keyword index.
M_max
java.lang.Object M_max
- Deinterpolation range upper limit.
M_min
java.lang.Object M_min
- Deinterpolation range lower limit.
M_value
DataValue M_value
- The value to be interpolated.
M_scale
double M_scale
- Interpolated value multiplier.
M_zero
double M_zero
- Interpolated value offset.
M_dataBuffer
DataBuffer M_dataBuffer
- Enumerated data values (may be null).
M_dataType
Type M_dataType
- Data value type (may be null).
M_type
FontType M_type
- The type of this data.
M_scalable
java.lang.Boolean M_scalable
- Is font scalable or not.
M_name
java.lang.String M_name
- Font name.
M_bold
java.lang.Boolean M_bold
- Font bold -flag.
M_italic
java.lang.Boolean M_italic
- Font italic -flag.
M_size
java.lang.Float M_size
- Font size.
M_scalable
java.lang.Boolean M_scalable
- Is font scalable or not.
M_pattern
java.lang.String M_pattern
- Format pattern (may be null).
M_sample
java.lang.Object M_sample
- Format sample (may be null).
M_alignment
int M_alignment
- Gradient aligment, as defined by PaintParameters.
M_alpha
float M_alpha
- Gradient alpha factor.
M_color1
java.awt.Color M_color1
- Gradient base color.
M_color2
java.awt.Color M_color2
- Gradient target color.
M_cyclic
boolean M_cyclic
- Gradient cyclism flag.
M_orientation
int M_orientation
- Gradient orientation, as defined by PaintParameters.
writeReplace
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- Subsitutes this object with a
ByteArrayChart object during
this object serialization.
- Throws:
java.io.ObjectStreamException- See Also:
ByteArrayChart.ByteArrayChart(Chart)
M_backArea
java.awt.geom.Rectangle2D M_backArea
- Chart background area.
M_image
java.awt.Image M_image
- Chart image.
M_imageParams
java.lang.String M_imageParams
- Chart content encoding image parameters.
M_plotArea
java.awt.geom.Rectangle2D M_plotArea
- Chart plot area.
M_channelIndex
int M_channelIndex
- Annotation channel index assosiated with the wrapped paint.
M_contextIndex
short M_contextIndex
- Annotation context index assosiated with the wrapped paint.
M_elementIndex
long M_elementIndex
- Annotation element index assosiated with the wrapped paint.
M_id
java.lang.String M_id
- Annotation description assosiated with the wrapped paint.
M_properties
java.util.Properties M_properties
- Annotation attributes associated with the wrapped paint.
M_lower
java.lang.Integer M_lower
- Range lower limit (inclusive).
M_upper
java.lang.Integer M_upper
- Range upper limit (inclusive).
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Reads new content to this object from an object stream.
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Writes current content of this object to an object
stream.
M_render
LegendRenderAttributes M_render
- Rendering attributes.
M_gap
java.lang.Number M_gap
- Gap around elements.
M_labelOffset
java.lang.Number M_labelOffset
- Offset between legend labels.
M_margins
BoxModelAttributes M_margins
- Margins.
M_orientation
int M_orientation
- Orientation.
M_hidden
java.lang.Boolean M_hidden
- Is legend hidden or not.
M_legendType
java.lang.String M_legendType
- Legend type. Refers to one of chart factories.
M_width
java.lang.Number M_width
- Explicilty given legend width.
M_height
java.lang.Number M_height
- Explicitly given legend height.
M_locale
java.util.Locale M_locale
- Locale.
M_dimension
int M_dimension
- Type dimension.
M_index
java.lang.Integer M_index
- Optional type index.
M_value
java.io.Serializable M_value
- Serializable object value.
M_serialized
byte[] M_serialized
- Serialized value.
writeReplace
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- Subsitutes this object with a
PaintParameters object during
this object serialization.
- Throws:
java.io.ObjectStreamException- See Also:
PaintParameters.PaintParameters(Paint),
PaintParameters.readResolve()
M_paint
java.awt.Paint M_paint
- Underlying paint.
M_creationString
java.lang.String M_creationString
- Names used to create color(s)
readResolve
protected java.lang.Object readResolve()
throws java.io.ObjectStreamException
- Resolves this object back to a paint during deserialization.
- Throws:
java.io.ObjectStreamException- See Also:
PaintParameters.toData(PaintType),
PaintData.writeReplace()
M_color1
java.awt.Color M_color1
M_color2
java.awt.Color M_color2
M_first
PaintsData M_first
M_imageSource
java.lang.String M_imageSource
M_tail
java.lang.String M_tail
M_type
PaintType M_type
M_cyclic
boolean M_cyclic
M_alpha
float M_alpha
M_alignment
int M_alignment
M_orientation
int M_orientation
M_crop
int[] M_crop
M_buttonMode
int M_buttonMode
M_margins
int[] M_margins
M_creationString
java.lang.String M_creationString
M_annotationProperties
java.util.Properties M_annotationProperties
M_scaleType
java.lang.String M_scaleType
- Scale type.
M_next
PaintsData M_next
- The next paint.
M_context
java.net.URL M_context
- Context to resolve partially undetermined URL addresses.
M_enclose
java.lang.Boolean M_enclose
- Controls if shapes are to be enclosed inside plot area.
M_maxColor
java.awt.Color M_maxColor
- Maximum scaled color size.
M_maxPaint
java.awt.Color M_maxPaint
- Maximum scaled paint size.
M_maxSize
java.lang.Float M_maxSize
- Maximum scaled shape size.
M_minColor
java.awt.Color M_minColor
- Minimum scaled color size.
M_minPaint
java.awt.Color M_minPaint
- Minimum scaled paint size.
M_minSize
java.lang.Float M_minSize
- Minimum scaled shape size.
M_channelAttributes
java.util.Map M_channelAttributes
- Map for ChannelAttributes.
M_scale
double M_scale
M_zero
long M_zero
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
M_alignment
int[] M_alignment
- Alignment array (never
null, but values may be UNSET).
M_color
java.awt.Paint[] M_color
- Color attribute (may be null).
M_composite
java.awt.Composite[] M_composite
- Composite attribute (may be null).
M_font
java.awt.Font[] M_font
- Font attribute (may be null).
M_paint
java.awt.Paint[] M_paint
- Paint attribute (may be null).
M_shape
java.awt.Shape[] M_shape
- Shape attribute (may be null).
M_stroke
java.awt.Stroke[] M_stroke
- Stroke attribute (may be null).
writeReplace
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- Subsitutes this object with a
ShapeParameters object during
this object serialization.
- Throws:
java.io.ObjectStreamException- See Also:
ShapeParameters.ShapeParameters(Shape),
ShapeParameters.readResolve()
M_shape
java.awt.Shape M_shape
- Underlying shape.
M_creationString
java.lang.String M_creationString
- Creation string
readResolve
protected java.lang.Object readResolve()
throws java.io.ObjectStreamException
- Resolves this object back to a shape during deserialization.
- Throws:
java.io.ObjectStreamException- See Also:
ShapeParameters.toData(ShapeType),
ShapeData.writeReplace()
M_angle
java.lang.Float M_angle
- Shape angle.
M_angleFrom
java.lang.Float M_angleFrom
- Angle deinterpolation result range lower limit.
M_angleKey
java.lang.Float M_angleKey
- Angle deinterpolation result range lower limit.
M_angleMax
java.lang.String M_angleMax
- Angle deinterpolation range upper limit.
M_angleMin
java.lang.String M_angleMin
- Angle deinterpolation range lower limit.
M_angleTo
java.lang.Float M_angleTo
- Angle deinterpolation result range upper limit.
M_scale
java.lang.Float M_scale
- Shape scale.
M_scaleFrom
java.lang.Float M_scaleFrom
- Scale deinterpolation result range lower limit.
M_scaleKey
java.lang.Float M_scaleKey
- Scale deinterpolation result range lower limit.
M_scaleMax
java.lang.String M_scaleMax
- Scale deinterpolation range upper limit.
M_scaleMin
java.lang.String M_scaleMin
- Scale deinterpolation range lower limit.
M_scaleTo
java.lang.Float M_scaleTo
- Scale deinterpolation result range upper limit.
M_path
BetterPath M_path
- Shape path.
M_name
java.lang.String M_name
- Shape name.
M_type
ShapeType M_type
- Shape type.
M_creationString
java.lang.String M_creationString
- remembers the original creation string
DEBUG
boolean DEBUG
M_type
NumberType M_type
- The type of this data (may be null).
M_value
java.lang.Number M_value
- Underlying number value (may be null).
M_buttonMode
int M_buttonMode
- Stretch type
M_margins
int[] M_margins
- Stretch margins
M_width
int M_width
- Recommended image width
M_height
int M_height
- Recommended image height
M_content
java.lang.StringBuffer M_content
- Encoded chart content.
writeReplace
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- Subsitutes this object with a
StrokeParameters object during
this object serialization.
- Throws:
java.io.ObjectStreamException- See Also:
StrokeParameters.StrokeParameters(Stroke)
M_stroke
java.awt.Stroke M_stroke
- Underlying stroke.
M_capStyle
java.lang.Integer M_capStyle
- Line end point style.
M_dashPattern
float[] M_dashPattern
- Dash pattern.
M_dashPhase
java.lang.Float M_dashPhase
- Dash phase.
M_joinStyle
java.lang.Integer M_joinStyle
- Line join style.
M_lineWidth
java.lang.Float M_lineWidth
- Line width.
M_miterLimit
java.lang.Float M_miterLimit
- Miter join style limit.
M_strokeName
java.lang.String M_strokeName
- Stock stroke name.
M_type
StrokeType M_type
- Stroke type.
compress
boolean compress
- GZIP compression flag.
embeddFonts
boolean embeddFonts
- Font embedding flag.
textAsShapes
boolean textAsShapes
- Text rendering flag.
graphics
com.davisor.graphics.svg.SVGGraphics2D graphics
- Graphics context to render the chart.
textAntialiasHint
java.lang.Object textAntialiasHint
M_value
java.lang.String M_value
- Text value.
M_maxLength
int M_maxLength
- Maximum text length (zero indicates no constrain).
M_prefix
java.lang.String M_prefix
- Mandatory row prefix (may be an empty or null string).
M_alignment
int M_alignment
- Texture alignment.
M_cyclic
boolean M_cyclic
- Texture cyclism.
M_image
java.awt.image.BufferedImage M_image
- Texture image.
M_imageSource
java.lang.String M_imageSource
- Texture image source.
M_orientation
int M_orientation
- Texture orientation.
M_type
DateFormatType M_type
- The type of this data.
M_angleDeinterpolator
Deinterpolator M_angleDeinterpolator
- Angle deinterpolator.
M_angleKey
java.lang.Object M_angleKey
- Angle tuple value key.
M_scaleDeinterpolator
Deinterpolator M_scaleDeinterpolator
- Scale deinterpolator.
M_scaleKey
java.lang.Object M_scaleKey
- Scale tuple value key.
M_values
DataValue[] M_values
- Tuple values.
M_fields
java.util.List M_fields
- Format fields.
M_locale
java.util.Locale M_locale
- Format locale.
M_tail
java.lang.String M_tail
- Format trailing constant string.
M_additionalValues
java.util.Map M_additionalValues
- Additional values map.
M_patterns
Type[] M_patterns
M_types
Type[] M_types
- Tuple types, labeled with their unique id strings.
M_keys
java.util.Map M_keys
- Tuple type unique identifiers.
M_additionalValues
java.util.Map M_additionalValues
- Additional values map.
M_dataName
java.lang.String M_dataName
- Data meaning (may be null).
M_id
java.lang.String M_id
- Type identity (may be null).
M_metaData
java.util.Map M_metaData
- Type meta data map (may be null).
M_typeName
java.lang.String M_typeName
- Type meaning (immutable).
M_value
java.net.URL M_value
- URL value (may be null).
M_value
java.lang.String M_value
- Text value.
M_context
java.net.URL M_context
- Context to resolve partial URL addresses.
M_preserveNulls
boolean M_preserveNulls
- Keep or convert
null values (default: convert).
Copyright © 2001-2004 Davisor Oy. All Rights Reserved.