Serialized Form
-
Package omix.lang
-
Class omix.lang.Color extends Object implements Serializable
- serialVersionUID:
- 5469149712159055421L
-
Serialized Fields
-
value
int value
The color value as 8 byte representation.
-
-
Class omix.lang.Date extends Object implements Serializable
- serialVersionUID:
- -5052201971201175814L
-
Serialized Fields
-
date
Calendar date
internal representation of the date in a java standard calendar.
-
-
Class omix.lang.DateTime extends Object implements Serializable
- serialVersionUID:
- 7046217463749934620L
-
Serialized Fields
-
date
Calendar date
internal representation of the date in a java standard calendar.
-
-
Class omix.lang.FillPattern extends Object implements Serializable
- serialVersionUID:
- -6673276971477101613L
-
Serialized Fields
-
bitmap
Image bitmap
-
color
Color color
-
type
FillPattern.Type type
-
-
Class omix.lang.Font extends Object implements Serializable
- serialVersionUID:
- 4967184014707791647L
-
Serialized Fields
-
bold
boolean bold
-
family
String family
-
italic
boolean italic
-
overlined
boolean overlined
-
size
double size
-
strikeOut
boolean strikeOut
-
underlined
boolean underlined
-
-
Class omix.lang.Gradient extends Object implements Serializable
- serialVersionUID:
- 4055934774988065324L
-
Serialized Fields
-
spread
Gradient.Spread spread
The spread of the gradient. -
stops
DoubleMap<Color> stops
Here, all colors are stored associated to valued between 0.0 and 1.0.
-
-
Class omix.lang.Image extends Object implements Serializable
- serialVersionUID:
- -4027615146921118886L
-
Serialized Fields
-
data
byte[] data
-
height
int height
-
isSVG
boolean isSVG
-
width
int width
-
-
Class omix.lang.LinearGradient extends Gradient implements Serializable
- serialVersionUID:
- 6315710501676713061L
-
Serialized Fields
-
endX
double endX
end point of the gradient, -
endY
double endY
end point of the gradient, -
startX
double startX
start point of the gradient, -
startY
double startY
start point of the gradient,
-
-
Class omix.lang.PaintedProperty extends Object implements Serializable
- serialVersionUID:
- -4764234141973818389L
-
Class omix.lang.RadialGradient extends Gradient implements Serializable
- serialVersionUID:
- 6315710501676713061L
-
Serialized Fields
-
centerX
double centerX
-
centerY
double centerY
-
focalPointX
double focalPointX
-
focalPointY
double focalPointY
-
radius
double radius
-
-
Class omix.lang.Texture extends Object implements Serializable
- serialVersionUID:
- -6673276971477101613L
-
Serialized Fields
-
centered
boolean centered
-
image
Image image
-
scaling
Texture.Scaling scaling
-
-
Class omix.lang.Time extends Object implements Serializable
- serialVersionUID:
- 6530517024537815765L
-
Serialized Fields
-
date
Calendar date
internal representation of the date in a java standard calendar.
-
-
-
Package omix.lang.chart
-
Class omix.lang.chart.AbstractCategoryChart extends Chart implements Serializable
- serialVersionUID:
- 2256822196103992131L
-
Serialized Fields
-
dataset
CategoryDataset dataset
-
domainAxis
CategoryAxis domainAxis
-
rangeAxis
ValueAxis rangeAxis
-
style
CategoryChartStyle style
-
-
Class omix.lang.chart.AbstractMultiplePieChart extends AbstractPieChart implements Serializable
- serialVersionUID:
- 2976268098278327192L
-
Serialized Fields
-
subTitleStyle
SubTitleStyle subTitleStyle
-
-
Class omix.lang.chart.AbstractPieChart extends Chart implements Serializable
- serialVersionUID:
- 2256822196103992131L
-
Serialized Fields
-
dataExtractOrder
AbstractPieChart.DataExtractOrder dataExtractOrder
-
dataset
CategoryDataset dataset
-
style
PieChartStyle style
-
-
Class omix.lang.chart.AbstractStackableChart extends AbstractCategoryChart implements Serializable
- serialVersionUID:
- -230329416903978844L
-
Serialized Fields
-
stackMode
StackMode stackMode
-
-
Class omix.lang.chart.AbstractXYChart extends Chart implements Serializable
- serialVersionUID:
- 2256822196103992131L
-
Serialized Fields
-
dataset
T extends XYDataset dataset
-
style
XYChartStyle style
-
xAxis
ValueAxis xAxis
-
yAxis
ValueAxis yAxis
-
-
Class omix.lang.chart.AbstractXYZChart extends AbstractXYChart<T extends XYZDataset> implements Serializable
- serialVersionUID:
- 2256822196103992131L
-
Class omix.lang.chart.AreaChart extends AbstractStackableChart implements Serializable
- serialVersionUID:
- -1058671700958665534L
-
Serialized Fields
-
properties
AreaChartProperties properties
-
-
Class omix.lang.chart.BarChart extends AbstractStackableChart implements Serializable
- serialVersionUID:
- -6222972777105859439L
-
Serialized Fields
-
errorIndicator
AbstractErrorIndicator errorIndicator
-
properties
BarChartProperties properties
-
-
Class omix.lang.chart.BarChart3D extends AbstractStackableChart implements Serializable
- serialVersionUID:
- -6222972777105859439L
-
Serialized Fields
-
properties
BarChart3DProperties properties
-
-
Class omix.lang.chart.BubbleChart extends AbstractXYZChart<XYZDataset> implements Serializable
- serialVersionUID:
- -3678167771580405283L
-
Serialized Fields
-
properties
XYChartProperties properties
-
-
Class omix.lang.chart.Chart extends Object implements Serializable
- serialVersionUID:
- -5727735370690049902L
-
Class omix.lang.chart.ColumnChart extends AbstractStackableChart implements Serializable
- serialVersionUID:
- -6222972777105859439L
-
Serialized Fields
-
barProperties
BarChartProperties barProperties
-
errorIndicator
AbstractErrorIndicator errorIndicator
-
-
Class omix.lang.chart.ColumnChart3D extends AbstractStackableChart implements Serializable
- serialVersionUID:
- -6222972777105859439L
-
Serialized Fields
-
properties
BarChart3DProperties properties
-
-
Class omix.lang.chart.LineChart extends AbstractCategoryChart implements Serializable
- serialVersionUID:
- 5942597835007931548L
-
Serialized Fields
-
errorIndicator
AbstractErrorIndicator errorIndicator
-
properties
LineChartProperties properties
-
showShapes
boolean showShapes
-
-
Class omix.lang.chart.LineChart3D extends AbstractCategoryChart implements Serializable
- serialVersionUID:
- 3996325761766343248L
-
Serialized Fields
-
properties
LineChart3DProperties properties
-
-
Class omix.lang.chart.MultiplePieChart extends AbstractMultiplePieChart implements Serializable
- serialVersionUID:
- -5205922563285785750L
-
Serialized Fields
-
properties
PieChartProperties properties
-
-
Class omix.lang.chart.MultiplePieChart3D extends AbstractMultiplePieChart implements Serializable
- serialVersionUID:
- 1098261462856966791L
-
Serialized Fields
-
properties
PieChartProperties properties
-
-
Class omix.lang.chart.MultipleRingChart extends AbstractMultiplePieChart implements Serializable
- serialVersionUID:
- 1268138413703600998L
-
Serialized Fields
-
properties
PieChartProperties properties
-
-
Class omix.lang.chart.PieChart extends AbstractPieChart implements Serializable
- serialVersionUID:
- -5205922563285785750L
-
Serialized Fields
-
dataExtractIndex
int dataExtractIndex
-
properties
PieChartProperties properties
-
-
Class omix.lang.chart.PieChart3D extends AbstractPieChart implements Serializable
- serialVersionUID:
- 1098261462856966791L
-
Serialized Fields
-
dataExtractIndex
int dataExtractIndex
-
properties
PieChartProperties properties
-
-
Class omix.lang.chart.RingChart extends AbstractPieChart implements Serializable
- serialVersionUID:
- 1268138413703600998L
-
Serialized Fields
-
dataExtractIndex
int dataExtractIndex
-
properties
PieChartProperties properties
-
-
Class omix.lang.chart.ScatterPlot extends AbstractXYChart<XYDataset> implements Serializable
- serialVersionUID:
- 4899811911779773268L
-
Serialized Fields
-
properties
ScatterPlotProperties properties
-
-
Class omix.lang.chart.XYAreaChart extends AbstractXYChart<XYDataset> implements Serializable
- serialVersionUID:
- -1327490257954895466L
-
Serialized Fields
-
properties
XYChartProperties properties
-
stacked
boolean stacked
-
-
Class omix.lang.chart.XYCurveChart extends AbstractXYChart<XYDataset> implements Serializable
- serialVersionUID:
- -908639180215811881L
-
Serialized Fields
-
properties
XYLineChartProperties properties
-
showShapes
boolean showShapes
-
-
Class omix.lang.chart.XYLineChart extends AbstractXYChart<XYDataset> implements Serializable
- serialVersionUID:
- -3928473500819009429L
-
Serialized Fields
-
properties
XYLineChartProperties properties
-
showShapes
boolean showShapes
-
-
-
Package omix.lang.chart.data
-
Class omix.lang.chart.data.AbstractComposedXYDataset extends ComposedDataset implements Serializable
- serialVersionUID:
- 7606814792457062477L
-
Class omix.lang.chart.data.AbstractTableXYDataset extends TableDataset<T extends XYTableDataReference> implements Serializable
- serialVersionUID:
- 7606814792457062477L
-
Class omix.lang.chart.data.CategoryTableDataReference extends TableDataReference implements Serializable
- serialVersionUID:
- 5176350333379665286L
-
Serialized Fields
-
categoryQualifiers
Object categoryQualifiers
-
seriesLocation
CategoryTableDataReference.SeriesLocation seriesLocation
-
seriesQualifiers
Object seriesQualifiers
-
-
Class omix.lang.chart.data.ComposedCategoryDataset extends ComposedDataset implements Serializable
- serialVersionUID:
- 6894907571640411798L
-
Class omix.lang.chart.data.ComposedDataset extends Object implements Serializable
- serialVersionUID:
- 3672906540669088327L
-
Class omix.lang.chart.data.ComposedXYDataset extends AbstractComposedXYDataset<ComposedXYDataset.CoordinateXY> implements Serializable
- serialVersionUID:
- -4269271265304603541L
-
Class omix.lang.chart.data.ComposedXYZDataset extends AbstractComposedXYDataset<ComposedXYZDataset.CoordinateXYZ> implements Serializable
- serialVersionUID:
- -4269271265304603541L
-
Class omix.lang.chart.data.TableCategoryDataset extends TableDataset<CategoryTableDataReference> implements Serializable
- serialVersionUID:
- -8648830632086689663L
-
Class omix.lang.chart.data.TableDataReference extends Object implements Serializable
- serialVersionUID:
- -5235055990154174741L
-
Class omix.lang.chart.data.TableDataset extends Object implements Serializable
- serialVersionUID:
- 3672906540669088327L
-
Serialized Fields
-
dataReferences
ArrayList<T extends TableDataReference> dataReferences
-
-
Class omix.lang.chart.data.TableXYDataset extends AbstractTableXYDataset<XYTableDataReference> implements Serializable
- serialVersionUID:
- -4269271265304603541L
-
Class omix.lang.chart.data.TableXYZDataset extends AbstractTableXYDataset<XYZTableDataReference> implements Serializable
- serialVersionUID:
- -4631424178648232222L
-
Class omix.lang.chart.data.XYTableDataReference extends TableDataReference implements Serializable
- serialVersionUID:
- -5226191463416419132L
-
Serialized Fields
-
coordinateLocation
XYTableDataReference.CoordinateLocation coordinateLocation
-
entriesQualifiers
Object entriesQualifiers
-
independentSeries
boolean independentSeries
-
xQualifiers
Object xQualifiers
-
yQualifiers
Object yQualifiers
-
-
Class omix.lang.chart.data.XYZTableDataReference extends XYTableDataReference implements Serializable
- serialVersionUID:
- -3471031896831378689L
-
Serialized Fields
-
zQualifiers
Object zQualifiers
-
-
-
Package omix.lang.chart.util
-
Class omix.lang.chart.util.AbstractErrorIndicator extends ChartStyleElement implements Serializable
- serialVersionUID:
- 2417667147456801283L
-
Serialized Fields
-
lineColor
Color lineColor
-
lineStyle
StrokeStyle lineStyle
-
lineWidth
double lineWidth
-
-
Class omix.lang.chart.util.AbstractLineChartProperties extends ChartProperties implements Serializable
- serialVersionUID:
- -9190200413905929713L
-
Class omix.lang.chart.util.AbstractTitle extends ChartStyleElement implements Serializable
- serialVersionUID:
- 5044576305755106787L
-
Serialized Fields
-
background
Color background
-
borderColor
Color borderColor
The color used for the axis line. -
borderStyle
StrokeStyle borderStyle
The stroke style used for the axis line. -
borderWidth
double borderWidth
The stroke width used for the axis line. -
font
Font font
-
position
AbstractTitle.Position position
-
textColor
Color textColor
-
visible
boolean visible
-
-
Class omix.lang.chart.util.AreaChartProperties extends ChartProperties implements Serializable
- serialVersionUID:
- 5033715365850284182L
-
Class omix.lang.chart.util.Axis extends ChartStyleElement implements Serializable
- serialVersionUID:
- 8067320527979026613L
-
Serialized Fields
-
axisLineColor
Color axisLineColor
The color used for the axis line. -
axisLineStyle
StrokeStyle axisLineStyle
The stroke style used for the axis line. -
axisLineWidth
double axisLineWidth
The stroke width used for the axis line. -
fixedDimension
double fixedDimension
The fixed (horizontal or vertical) dimension for the axis. -
label
String label
The label for the axis. -
labelAngle
double labelAngle
The label angle. -
labelColor
Color labelColor
The color for drawing the axis label. -
labelFont
Font labelFont
The font for displaying the axis label. -
labelLocation
Axis.LabelLocation labelLocation
The axis label location (new in 1.0.16). -
minorTickMarkInsideLength
double minorTickMarkInsideLength
The length of the minor tick mark inside the data area (zero permitted). -
minorTickMarkOutsideLength
double minorTickMarkOutsideLength
The length of the minor tick mark outside the data area (zero permitted). -
minorTickMarksVisible
boolean minorTickMarksVisible
A flag that indicates whether or not minor tick marks are visible for the axis. -
position
Axis.Position position
-
tickLabelColor
Color tickLabelColor
The color used to display the tick labels. -
tickLabelFont
Font tickLabelFont
The font used to display the tick labels. -
tickLabelsVisible
boolean tickLabelsVisible
A flag that indicates whether or not tick labels are visible for the axis. -
tickMarkColor
Color tickMarkColor
The color used to draw tick marks. -
tickMarkInsideLength
double tickMarkInsideLength
The length of the major tick mark inside the data area (zero permitted). -
tickMarkOutsideLength
double tickMarkOutsideLength
The length of the major tick mark outside the data area (zero permitted). -
tickMarkWidth
double tickMarkWidth
The stroke width used to draw tick marks. -
visible
boolean visible
A flag indicating whether or not the axis is visible.
-
-
Class omix.lang.chart.util.BarChart3DProperties extends ChartProperties implements Serializable
- serialVersionUID:
- -8042448200696592500L
-
Serialized Fields
-
barOutlineColor
Color barOutlineColor
The bar outline paint. -
barOutlineStyle
StrokeStyle barOutlineStyle
The bar outline stroke style. -
barOutlineWidth
double barOutlineWidth
The bar outline stroke width. -
base
double base
The base value for the bars (defaults to 0.0). -
drawBarOutline
boolean drawBarOutline
A flag that controls whether or not bar outlines are drawn. -
includeBaseInRange
boolean includeBaseInRange
A flag that controls whether the base value is included in the range returned by the findRangeBounds() method. -
maximumBarWidth
double maximumBarWidth
The maximum bar width as a percentage of the available space. -
minimumBarLength
double minimumBarLength
The minimum bar length (in Java2D units). -
xOffset
double xOffset
The x-offset for the shadow effect. -
yOffset
double yOffset
The y-offset for the shadow effect.
-
-
Class omix.lang.chart.util.BarChartProperties extends ChartProperties implements Serializable
- serialVersionUID:
- -7966171924573252063L
-
Serialized Fields
-
barOutlineColor
Color barOutlineColor
The bar outline paint. -
barOutlineStyle
StrokeStyle barOutlineStyle
The bar outline stroke style. -
barOutlineWidth
double barOutlineWidth
The bar outline stroke width. -
base
double base
The base value for the bars (defaults to 0.0). -
drawBarOutline
boolean drawBarOutline
A flag that controls whether or not bar outlines are drawn. -
includeBaseInRange
boolean includeBaseInRange
A flag that controls whether the base value is included in the range returned by the findRangeBounds() method. -
maximumBarWidth
double maximumBarWidth
The maximum bar width as a percentage of the available space. -
minimumBarLength
double minimumBarLength
The minimum bar length (in Java2D units). -
shadowsVisible
boolean shadowsVisible
The flag that controls whether or not shadows are drawn for the bars. -
shadowXOffset
double shadowXOffset
The x-offset for the shadow effect. -
shadowYOffset
double shadowYOffset
The y-offset for the shadow effect.
-
-
Class omix.lang.chart.util.CategoryAxis extends Axis implements Serializable
- serialVersionUID:
- -8241206504588955884L
-
Serialized Fields
-
categoryLabelPositionOffset
int categoryLabelPositionOffset
The category label offset. -
categoryLabelPositions
CategoryAxis.LabelPosition categoryLabelPositions
Defines the category label positions for each axis location. -
categoryMargin
double categoryMargin
The amount of space reserved between categories. -
lowerMargin
double lowerMargin
The amount of space reserved at the start of the axis. -
maximumCategoryLabelLines
int maximumCategoryLabelLines
The maximum number of lines for category labels. -
maximumCategoryLabelWidthRatio
double maximumCategoryLabelWidthRatio
A ratio that is multiplied by the width of one category to determine the maximum label width. -
upperMargin
double upperMargin
The amount of space reserved at the end of the axis.
-
-
Class omix.lang.chart.util.CategoryChartStyle extends ChartStyle implements Serializable
- serialVersionUID:
- 2665820793756739585L
-
Serialized Fields
-
domainGridlineColor
Color domainGridlineColor
The paint used to draw the domain grid-lines. -
domainGridlinePosition
CategoryChartStyle.Anchor domainGridlinePosition
The position of the domain gridlines relative to the category. -
domainGridlineStyle
StrokeStyle domainGridlineStyle
The stroke used to draw the domain grid-lines. -
domainGridlineWidth
double domainGridlineWidth
-
rangeGridlineColor
Color rangeGridlineColor
The paint used to draw the range axis grid-lines. -
rangeGridlineStyle
StrokeStyle rangeGridlineStyle
The stroke used to draw the range axis grid-lines. -
rangeGridlineWidth
double rangeGridlineWidth
-
rangeMinorGridlineColor
Color rangeMinorGridlineColor
The paint used to draw the range minor grid-lines. -
rangeMinorGridlineStyle
StrokeStyle rangeMinorGridlineStyle
The stroke used to draw the range minor grid-lines. -
rangeMinorGridlineWidth
double rangeMinorGridlineWidth
-
rangeZeroBaselineColor
Color rangeZeroBaselineColor
The paint used for the zero baseline against the range axis. -
rangeZeroBaselineStyle
StrokeStyle rangeZeroBaselineStyle
The stroke used for the zero baseline against the range axis. -
rangeZeroBaselineWidth
double rangeZeroBaselineWidth
-
-
Class omix.lang.chart.util.ChartProperties extends ChartStyleElement implements Serializable
- serialVersionUID:
- 5196723199057291917L
-
Class omix.lang.chart.util.ChartStyle extends ChartStyleElement implements Serializable
- serialVersionUID:
- 6446546498621237670L
-
Serialized Fields
-
background
Brush background
-
bottomInset
double bottomInset
-
bottomPadding
double bottomPadding
-
colorScheme
ColorScheme colorScheme
-
leftInset
double leftInset
-
leftPadding
double leftPadding
-
rightInset
double rightInset
-
rightPadding
double rightPadding
-
showNoDataWarning
boolean showNoDataWarning
-
topInset
double topInset
-
topPadding
double topPadding
-
-
Class omix.lang.chart.util.ChartStyleElement extends Object implements Serializable
- serialVersionUID:
- -9049775644993347441L
-
Class omix.lang.chart.util.ClusteredBarChart3DProperties extends BarChart3DProperties implements Serializable
- serialVersionUID:
- -7434917203056423330L
-
Serialized Fields
-
barMargin
double barMargin
The margin between bars within a category.
-
-
Class omix.lang.chart.util.ClusteredBarChartProperties extends BarChartProperties implements Serializable
- serialVersionUID:
- 910562556034177084L
-
Serialized Fields
-
barMargin
double barMargin
The margin between bars within a category.
-
-
Class omix.lang.chart.util.ErrorComposedDataset extends AbstractErrorIndicator implements Serializable
- serialVersionUID:
- 1917898583287880734L
-
Serialized Fields
-
dataset
ComposedCategoryDataset dataset
-
-
Class omix.lang.chart.util.ErrorTableDataset extends AbstractErrorIndicator implements Serializable
- serialVersionUID:
- -5778285897649501962L
-
Serialized Fields
-
errorTableReferences
ArrayList<ErrorTableDataset.ErrorTableReference> errorTableReferences
-
-
Class omix.lang.chart.util.ErrorTableDataset.ErrorTableReference extends ChartStyleElement implements Serializable
- serialVersionUID:
- -6264073826710625325L
-
Serialized Fields
-
errorQualifiers
Object errorQualifiers
-
-
Class omix.lang.chart.util.FixedValueError extends AbstractErrorIndicator implements Serializable
- serialVersionUID:
- -5778285897649501962L
-
Serialized Fields
-
value
double value
-
-
Class omix.lang.chart.util.Legend extends AbstractTitle implements Serializable
- serialVersionUID:
- 1869828777576519993L
-
Class omix.lang.chart.util.LineChart3DProperties extends AbstractLineChartProperties implements Serializable
- serialVersionUID:
- -1437250975729091502L
-
Serialized Fields
-
drawOutline
boolean drawOutline
A flag that controls whether or not bar outlines are drawn. -
outlineColor
Color outlineColor
The bar outline paint. -
outlineStyle
StrokeStyle outlineStyle
The bar outline stroke style. -
outlineWidth
double outlineWidth
The bar outline stroke width. -
xOffset
double xOffset
The size of x-offset for the 3D effect. -
yOffset
double yOffset
The size of y-offset for the 3D effect.
-
-
Class omix.lang.chart.util.LineChartProperties extends AbstractLineChartProperties implements Serializable
- serialVersionUID:
- -1437250975729091502L
-
Serialized Fields
-
lineStyle
StrokeStyle lineStyle
The line stroke style. -
lineWidth
double lineWidth
The line stroke width.
-
-
Class omix.lang.chart.util.MultiplePieChartStyle extends PieChartStyle implements Serializable
- serialVersionUID:
- -5462990880292431188L
-
Class omix.lang.chart.util.PercentageError extends AbstractErrorIndicator implements Serializable
- serialVersionUID:
- -5078267201458647210L
-
Serialized Fields
-
value
double value
-
-
Class omix.lang.chart.util.PieChartProperties extends ChartProperties implements Serializable
- serialVersionUID:
- 2414787396162834698L
-
Class omix.lang.chart.util.PieChartStyle extends ChartStyle implements Serializable
- serialVersionUID:
- 2665820793756739585L
-
Serialized Fields
-
baseSectionOutlineColor
Color baseSectionOutlineColor
The base section outline stroke (fallback). -
baseSectionOutlineStyle
StrokeStyle baseSectionOutlineStyle
-
baseSectionOutlineWidth
double baseSectionOutlineWidth
-
circular
boolean circular
Flag determining whether to draw an ellipse or a perfect circle. -
clockwise
boolean clockwise
The direction for the pie segments. -
ignoreZeroValues
boolean ignoreZeroValues
A flag that controls whether zero values are ignored. -
interiorGap
double interiorGap
The amount of space left around the outside of the pie plot, expressed as a percentage of the plot area width and height. -
labelBackgroundColor
Color labelBackgroundColor
The color used to draw the background of the section labels. If this isnull
, the background is not filled. -
labelColor
Color labelColor
The color used to draw the section labels. -
labelFont
Font labelFont
The font used to display the section labels. -
labelGap
double labelGap
The gap between the labels and the link corner, as a percentage of the plot width. -
labelLinkLineColor
Color labelLinkLineColor
The paint used for the label linking lines. -
labelLinkLineStyle
StrokeStyle labelLinkLineStyle
The stroke used for the label linking lines. -
labelLinkLineWidth
double labelLinkLineWidth
-
labelLinkMargin
double labelLinkMargin
The link margin. -
labelLinkStyle
PieChartStyle.LinkStyle labelLinkStyle
The label link style. -
labelOutlineColor
Color labelOutlineColor
The paint used to draw the outline of the section labels (null
permitted). -
labelOutlineStyle
StrokeStyle labelOutlineStyle
The stroke used to draw the outline of the section labels (null
permitted). -
labelOutlineWidth
double labelOutlineWidth
-
labelShadowColor
Color labelShadowColor
The paint used to draw the shadow for the section labels (null
permitted). -
labelVisible
boolean labelVisible
-
maximumLabelWidth
double maximumLabelWidth
The maximum label width as a percentage of the plot width. -
shadowColor
Color shadowColor
The shadow paint. -
shadowXOffset
double shadowXOffset
The x-offset for the shadow effect. -
shadowYOffset
double shadowYOffset
The y-offset for the shadow effect. -
simpleLabels
boolean simpleLabels
A flag that controls whether simple or extended labels are used. -
startAngle
double startAngle
The starting angle.
-
-
Class omix.lang.chart.util.ScatterPlotProperties extends XYChartProperties implements Serializable
- serialVersionUID:
- -8740548891012833897L
-
Serialized Fields
-
pointSize
double pointSize
The point size.
-
-
Class omix.lang.chart.util.SubTitleStyle extends AbstractTitle implements Serializable
- serialVersionUID:
- -932053784284930269L
-
Class omix.lang.chart.util.Title extends AbstractTitle implements Serializable
- serialVersionUID:
- -932053784284930269L
-
Serialized Fields
-
text
String text
-
-
Class omix.lang.chart.util.ValueAxis extends Axis implements Serializable
- serialVersionUID:
- -8241206504588955884L
-
Serialized Fields
-
autoRange
boolean autoRange
Flag that indicates whether the axis automatically scales to fit the chart data. -
autoRangeMinimumSize
double autoRangeMinimumSize
The minimum size for the 'auto' axis range (excluding margins). -
autoTickUnitSelection
boolean autoTickUnitSelection
Flag that indicates whether or not the tick unit is selected automatically. -
axisType
ValueAxis.AxisType axisType
-
defaultAutoLowerRange
double defaultAutoLowerRange
-
defaultAutoUpperRange
double defaultAutoUpperRange
The default range is used when the dataset is empty and the axis needs to determine the auto range. -
fixedAutoRange
double fixedAutoRange
If this value is positive, the amount is subtracted from the maximum data value to determine the lower axis range. This can be used to provide a fixed "window" on dynamic data. -
inverted
boolean inverted
A flag that affects the orientation of the values on the axis. -
lowerMargin
double lowerMargin
The lower margin. This is a percentage that indicates the amount by which the minimum axis value is "less than" the minimum data value when the axis range is determined automatically. -
lowerRange
double lowerRange
The axis range. -
minorTickCount
int minorTickCount
The number of minor ticks per major tick unit. This is an override field, if the value is > 0 it is used, otherwise the axis refers to the minorTickCount in the current tickUnit. -
negativeArrowVisible
boolean negativeArrowVisible
A flag that controls whether an arrow is drawn at the negative end of the axis line. -
numberFormat
DecimalFormat numberFormat
-
positiveArrowVisible
boolean positiveArrowVisible
A flag that controls whether an arrow is drawn at the positive end of the axis line. -
upperMargin
double upperMargin
The upper margin percentage. This indicates the amount by which the maximum axis value exceeds the maximum data value (as a percentage of the range on the axis) when the axis range is determined automatically. -
upperRange
double upperRange
-
verticalTickLabels
boolean verticalTickLabels
A flag indicating whether or not tick labels are rotated to vertical.
-
-
Class omix.lang.chart.util.XYChartProperties extends ChartProperties implements Serializable
- serialVersionUID:
- -3194846515137824652L
-
Class omix.lang.chart.util.XYChartStyle extends ChartStyle implements Serializable
- serialVersionUID:
- 2665820793756739585L
-
Serialized Fields
-
domainGridlineColor
Color domainGridlineColor
The paint used to draw the domain grid-lines. -
domainGridlineStyle
StrokeStyle domainGridlineStyle
The stroke used to draw the domain grid-lines. -
domainGridlineWidth
double domainGridlineWidth
-
domainMinorGridlineColor
Color domainMinorGridlineColor
The paint used to draw the domain minor grid-lines. -
domainMinorGridlineStyle
StrokeStyle domainMinorGridlineStyle
The stroke used to draw the domain minor grid-lines. -
domainMinorGridlineWidth
double domainMinorGridlineWidth
-
domainTickBandColor
Color domainTickBandColor
The paint used for the domain tick bands (if any). -
domainZeroBaselineColor
Color domainZeroBaselineColor
The paint used for the zero baseline against the domain axis. -
domainZeroBaselineStyle
StrokeStyle domainZeroBaselineStyle
The stroke used for the zero baseline against the domain axis. -
domainZeroBaselineWidth
double domainZeroBaselineWidth
-
rangeGridlineColor
Color rangeGridlineColor
The paint used to draw the range grid-lines. -
rangeGridlineStyle
StrokeStyle rangeGridlineStyle
The stroke used to draw the range grid-lines. -
rangeGridlineWidth
double rangeGridlineWidth
-
rangeMinorGridlineColor
Color rangeMinorGridlineColor
The paint used to draw the range minor grid-lines. -
rangeMinorGridlineStyle
StrokeStyle rangeMinorGridlineStyle
The stroke used to draw the range minor grid-lines. -
rangeMinorGridlineWidth
double rangeMinorGridlineWidth
-
rangeTickBandColor
Color rangeTickBandColor
The paint used for the range tick bands (if any). -
rangeZeroBaselineColor
Color rangeZeroBaselineColor
The paint used for the zero baseline against the range axis. -
rangeZeroBaselineStyle
StrokeStyle rangeZeroBaselineStyle
The stroke used for the zero baseline against the range axis. -
rangeZeroBaselineWidth
double rangeZeroBaselineWidth
-
-
Class omix.lang.chart.util.XYLineChartProperties extends XYChartProperties implements Serializable
- serialVersionUID:
- -1437250975729091502L
-
Serialized Fields
-
lineStyle
StrokeStyle lineStyle
The line stroke style. -
lineWidth
double lineWidth
The line stroke width.
-
-
-
Package omix.mathxp.io
-
Class omix.mathxp.io.MathMLException extends Exception implements Serializable
- serialVersionUID:
- 95672453133302464L
-
-
Package omix.mathxp.parser
-
Class omix.mathxp.parser.MathExpressionsParser.UnexpectedCharactersException extends org.antlr.runtime.RecognitionException implements Serializable
-
Serialized Fields
-
message
String message
-
-
-
Class omix.mathxp.parser.MathExpressionsParser.UnitNotAllowedException extends org.antlr.runtime.RecognitionException implements Serializable
- serialVersionUID:
- -9179465242121761532L
-
Serialized Fields
-
message
String message
-
-
-
Package omix.mathxp.units
-
Class omix.mathxp.units.NoSuchUnitException extends Exception implements Serializable
- serialVersionUID:
- -5906954864906473504L
-
-
Package omix.mathxp.util
-
Class omix.mathxp.util.NotExecutableException extends Exception implements Serializable
- serialVersionUID:
- 7641875109338002009L
-
Serialized Fields
-
expression
MathExpression expression
-
-
Class omix.mathxp.util.VariableNotFoundException extends Exception implements Serializable
- serialVersionUID:
- -4342517193426739680L
-
Serialized Fields
-
variable
Object variable
-
-
-
Package omix.plugin.data
-
Class omix.plugin.data.DataMatrixInterface.DeletableFlags extends QFlags<DataMatrixInterface.DeletableFlag> implements Serializable
- serialVersionUID:
- -210082243588299238L
-
Class omix.plugin.data.DataMatrixInterface.Representations extends QFlags<DataMatrixInterface.Representation> implements Serializable
- serialVersionUID:
- -210082243588299238L
-
-
Package omix.plugin.model.util
-
Class omix.plugin.model.util.ModelCapabilities extends QFlags<ModelCapability> implements Serializable
- serialVersionUID:
- 163669699876875149L
-
-
Package omix.plugin.paint
-
Class omix.plugin.paint.PaintException extends Exception implements Serializable
- serialVersionUID:
- 6845708626194013523L
-
-
Package omix.plugin.util
-
Class omix.plugin.util.ComponentExistsException extends Exception implements Serializable
- serialVersionUID:
- 7341288273191037540L
-
Class omix.plugin.util.IllegalChangeException extends Exception implements Serializable
- serialVersionUID:
- 8242142481194141456L
-
Class omix.plugin.util.IllegalComponentException extends Exception implements Serializable
- serialVersionUID:
- 7341288273191037540L
-
-
Package omix.util
-
Class omix.util.NoSuchLocalVariableException extends RuntimeException implements Serializable
- serialVersionUID:
- 3023484494710795015L
-
Class omix.util.SilentAbort extends RuntimeException implements Serializable
- serialVersionUID:
- 8854709197931710623L
-
-
Package omix.util.collections
-
Class omix.util.collections.DoubleIndexedMap extends TreeMap<Long,T> implements Serializable
- serialVersionUID:
- -2222060054013500406L
-
Class omix.util.collections.DoubleMap extends TreeMap<Double,T> implements Serializable
- serialVersionUID:
- -5133459498859314017L
-
Class omix.util.collections.FloatMap extends TreeMap<Float,T> implements Serializable
- serialVersionUID:
- -5133459498859314017L
-
Class omix.util.collections.IntMap extends TreeMap<Integer,T> implements Serializable
- serialVersionUID:
- 6905779384834521790L
-
Class omix.util.collections.ObjectMap extends SortedTreeMap<Object,T> implements Serializable
- serialVersionUID:
- 709430395408552411L
-
Class omix.util.collections.SortedTreeMap extends TreeMap<A,B> implements Serializable
- serialVersionUID:
- 4480368774559685549L
-
Class omix.util.collections.StringComparator extends Object implements Serializable
- serialVersionUID:
- 8379091870831327410L
-
Class omix.util.collections.StringMap extends TreeMap<String,T> implements Serializable
- serialVersionUID:
- -5643871756288792394L
-
-
Package omix.util.math
-
Class omix.util.math.BigFraction extends Number implements Serializable
- serialVersionUID:
- 792174211168550351L
-
Serialized Fields
-
denominator
BigInteger denominator
-
numerator
BigInteger numerator
-
-
-
Package omix.util.ui
-
Class omix.util.ui.AnnotationChangeEvent extends PropertyChangeEvent implements Serializable
- serialVersionUID:
- -2594640282017857951L
-
Serialized Fields
-
annotation
Annotation annotation
-
changeType
AnnotationChangeEvent.ChangeType changeType
-
-
Class omix.util.ui.ThreadableSlot0 extends Object implements Serializable
-
Serialized Fields
-
qtObject
QtObjectInterface qtObject
-
slot
QMetaObject.Slot0 slot
-
threadSuplier
QtThreadAffineInterface threadSuplier
-
-
-
Class omix.util.ui.ThreadableSlot1 extends Object implements Serializable
-
Serialized Fields
-
qtObject
QtObjectInterface qtObject
-
slot
QMetaObject.Slot1<A> slot
-
threadSuplier
QtThreadAffineInterface threadSuplier
-
-
-