Uses of Interface
omix.lang.Paint
Package | Description |
---|---|
omix.lang |
This package contains types used in OVL.
|
omix.lang.chart |
This package contains types used in OVL.
|
omix.lang.model |
This package contains all network components as OVL extendable types.
|
omix.lang.model.accessory.annotation |
This package contains all data annotations available in OVL.
|
omix.plugin.diagram | |
omix.plugin.diagram.writable | |
omix.plugin.model | |
omix.plugin.model.writable | |
omix.plugin.model.writable.accessory.annotation | |
omix.plugin.motifstamp | |
omix.plugin.motifstamp.writable |
-
Uses of Paint in omix.lang
Subinterfaces of Paint in omix.lang Modifier and Type Interface Description interface
Brush
This interface represents the brush of diagram components which can be: Color Gradient Fillpattern TextureClasses in omix.lang that implement Paint Modifier and Type Class Description class
Color
This class represents color in Omix diagrams.class
FillPattern
A fill pattern consists of a pattern and a fill color whereas the pattern can be a standard patterns or any bitmap.class
Gradient
This class is superclass for all color gradients.class
Image
Represents images in Omix.class
LinearGradient
This class represents linear gradients.class
PaintedProperty
This class represents a painted property in Omix diagrams.class
PaintProxy<T extends PaintableObject>
A PaintProxy contains a paintable object in Omix diagrams.class
RadialGradient
This class represents radial gradients.class
Texture
This class represents textures in the network diagram. -
Uses of Paint in omix.lang.chart
Classes in omix.lang.chart that implement Paint Modifier and Type Class Description class
AbstractCategoryChart
This class is superclass of all category charts.class
AbstractMultiplePieChart
class
AbstractPieChart
This class is superclass of all pie charts.class
AbstractStackableChart
This class is superclass of all category charts that can be stacked.class
AbstractXYChart<T extends XYDataset>
This class us superclass of all X,Y coordinate charts in Omix.class
AbstractXYZChart<T extends XYZDataset>
This class is superclass of all X,Y,Z coordinate charts.class
AreaChart
class
BarChart
class
BarChart3D
class
BubbleChart
class
Chart
This class serves as superclass of all chart types available in Omix.class
ColumnChart
class
ColumnChart3D
class
LineChart
class
LineChart3D
class
MultiplePieChart
class
MultiplePieChart3D
class
MultipleRingChart
class
PieChart
class
PieChart3D
class
RingChart
class
ScatterPlot
class
XYAreaChart
class
XYCurveChart
class
XYLineChart
-
Uses of Paint in omix.lang.model
Methods in omix.lang.model that return Paint Modifier and Type Method Description Paint
GraphicsPath. fillPaint()
The fill appearance of the item's shape.Paint
BioNode. paint()
The fill appearance of the item's shape.Paint
Compartment. paint()
The fill brush of the item's shape.Paint
GraphicsBox. paint()
The fill appearance of the item's shape.Paint
GraphicsItem. paint()
Deprecated.The fill appearance of the item's shape.Paint
GraphicsNode. paint()
The fill appearance of the item's shape.Paint
Link. paint()
The fill appearance of the item's shape.Paint
MetNode. paint()
Deprecated.The fill appearance of the item's shape.Paint
Node. paint()
The fill appearance of the item's shape. -
Uses of Paint in omix.lang.model.accessory.annotation
-
Uses of Paint in omix.plugin.diagram
Methods in omix.plugin.diagram that return Paint Modifier and Type Method Description Paint
MetaboliteItem. paint()
-
Uses of Paint in omix.plugin.diagram.writable
Methods in omix.plugin.diagram.writable with parameters of type Paint Modifier and Type Method Description void
MetaboliteItem. setPaint(Paint paint)
-
Uses of Paint in omix.plugin.model
Methods in omix.plugin.model that return Paint Modifier and Type Method Description Paint
StyleSheet. compartmentPaint()
The fill brush of the item's shape.Paint
GraphicsPath. fillPaint()
The fill appearance of the item's shape.Paint
StyleSheet. metabolitePaint()
The fill appearance of the item's shape.Paint
AbstractNode. paint()
The fill appearance of the item's shape.Paint
Compartment. paint()
The fill brush of the item's shape.Paint
GraphicsBox. paint()
The fill appearance of the item's shape.Paint
GraphicsNode. paint()
The fill appearance of the item's shape.Paint
Link. paint()
The fill appearance of the item's shape.Paint
Pathway. reactionPaint()
The fill appearance of the item's shape.Paint
StyleSheet. reactionPaint()
The fill appearance of the item's shape. -
Uses of Paint in omix.plugin.model.writable
Methods in omix.plugin.model.writable with parameters of type Paint Modifier and Type Method Description void
StyleSheet. setCompartmentPaint(Paint paint)
Sets the fill brush of the item's shape.void
GraphicsPath. setFillPaint(Paint paint)
Sets the fill appearance of the item's shape.void
StyleSheet. setMetabolitePaint(Paint paint)
Changes the default value for the metabolites' default paint.void
AbstractNode. setPaint(Paint paint)
Sets the fill appearance of the item's shape.void
Compartment. setPaint(Paint paint)
Sets the fill brush of the item's shape.void
GraphicsBox. setPaint(Paint paint)
Sets the fill appearance of the item's shape.void
Pathway. setReactionPaint(Paint paint)
Changes the default value for the reactions' paint.void
StyleSheet. setReactionPaint(Paint paint)
Changes the default value for the reactions' default paint. -
Uses of Paint in omix.plugin.model.writable.accessory.annotation
Methods in omix.plugin.model.writable.accessory.annotation with parameters of type Paint Modifier and Type Method Description void
SideBox. setPaint(Paint paint)
The fill appearance of the item's shape. -
Uses of Paint in omix.plugin.motifstamp
-
Uses of Paint in omix.plugin.motifstamp.writable