Uses of Class
omix.lang.Color
Package | Description |
---|---|
omix.lang |
This package contains types used in OVL.
|
omix.lang.chart.util |
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 | |
omix.util.ui |
This package contains GUI elements (widgets) which can be used in Omix plugin programs.
|
-
Uses of Color in omix.lang
Methods in omix.lang that return Color Modifier and Type Method Description Color
Color. clone()
Color
Gradient. colorAt(double stop)
Checks the color at the submitted stop value.Color
ColorInterpolator. get(double value)
returns the interpolated color for the given value in range of 0.0 to 1.0.Color
FillPattern. getColor()
Color
Shadow. getColor()
Color
UserRequest. getColor(String message)
Asks the user to choose a color by displaying the submitted message.Methods in omix.lang that return types with arguments of type Color Modifier and Type Method Description Map<Double,Color>
ColorInterpolator. colors()
List<Color>
ColorInterpolator. getColors()
Deprecated.Map<Double,Color>
Gradient. getStops()
Methods in omix.lang with parameters of type Color Modifier and Type Method Description void
ColorInterpolator. set(double value, Color color)
This method can be used to insert further colors at certain values.void
Gradient. setColorAt(double stop, Color color)
Inserts a new color at the submitted stop value.Constructors in omix.lang with parameters of type Color Constructor Description Color(Color color)
clones the submitted color.ColorInterpolator(Color color0, Color color1)
The same as ColorInterpolator(color0, color1, ColorSpace.RGB)ColorInterpolator(Color color0, Color color1, ColorInterpolator.ColorSpace colorSpace)
ColorInterpolator initialized with a color at 0.0 and a color at 1.0 interpolating in the submitted color space.ColorInterpolator(Color color0, Color color1, ColorInterpolator.InterpolationMode interpolationMode)
ColorInterpolator initialized with a color at 0.0 and a color at 1.0 interpolating in the submitted color space.ColorInterpolator(Color color0, Color color1, ColorInterpolator.InterpolationMode interpolationMode, ColorInterpolator.ColorSpace colorSpace)
ColorInterpolator initialized with a color at 0.0 and a color at 1.0 interpolating in the submitted color space.FillPattern(Color color, FillPattern.Type type)
Creates a fill pattern with the submitted color and pattern type.FillPattern(Color color, Image bitmap)
Creates a fill pattern with the submitted color and pattern bitmap.LinearGradient(Color color)
The same as LinearGradient(color, color, Spread.PadSpread)LinearGradient(Color color0, Color color1)
The same as LinearGradient(color0, color1, Spread.PadSpread)LinearGradient(Color color0, Color color1, Gradient.Spread spread)
Creates a gradient between the two submitted colors.LinearGradient(Color color, Gradient.Spread spread)
The same as LinearGradient(color, color, spread)RadialGradient(Color color)
The same as RadialGradient(color, color, Spread.PadSpread)RadialGradient(Color color0, Color color1)
The same as RadialGradient(color0, color1, Spread.PadSpread)RadialGradient(Color color0, Color color1, Gradient.Spread spread)
Creates a gradient between the two submitted colors.RadialGradient(Color color, Gradient.Spread spread)
The same as RadialGradient(color, color, spread)Shadow(double xOffset, double yOffset, Color color)
The same as Shadow(xOffset, yOffset, color, 1.0)Shadow(double xOffset, double yOffset, Color color, double blurRadius)
Creates a shadow according the submitted properties.Shadow(double offset, Color color)
The same as Shadow(offset, offset, color, 1.0)Shadow(Color color)
The same as Shadow(4.0, 4.0, color, 1.0)Constructor parameters in omix.lang with type arguments of type Color Constructor Description ColorInterpolator(List<Color> colors, List<Double> keys, ColorInterpolator.ColorSpace colorSpace)
Deprecated.ColorInterpolator(Map<Double,Color> colors)
ColorInterpolator(Map<Double,Color> colors, ColorInterpolator.ColorSpace colorSpace)
ColorInterpolator(Map<Double,Color> colors, ColorInterpolator.InterpolationMode interpolationMode)
ColorInterpolator(Map<Double,Color> colors, ColorInterpolator.InterpolationMode interpolationMode, ColorInterpolator.ColorSpace colorSpace)
LinearGradient(Map<Double,Color> stops, Gradient.Spread spread)
Creates a gradient according to the submitted set of colors.RadialGradient(Map<Double,Color> stops, Gradient.Spread spread)
Creates a gradient according to the submitted set of colors. -
Uses of Color in omix.lang.chart.util
Methods in omix.lang.chart.util with parameters of type Color Modifier and Type Method Description static Color[]
ColorSchemes. generate(Color color, int count)
void
MultiplePieChartStyle. setAggregatedColor(Color aggregatedColor)
void
Axis. setAxisLineColor(Color axisLineColor)
void
AbstractTitle. setBackground(Color background)
void
BarChart3DProperties. setBarOutlineColor(Color barOutlineColor)
void
BarChartProperties. setBarOutlineColor(Color barOutlineColor)
void
PieChartStyle. setBaseSectionOutlineColor(Color baseSectionOutlineColor)
void
AbstractTitle. setBorderColor(Color borderColor)
void
CategoryChartStyle. setDomainGridlineColor(Color domainGridlineColor)
void
XYChartStyle. setDomainGridlineColor(Color domainGridlineColor)
void
XYChartStyle. setDomainMinorGridlineColor(Color domainMinorGridlineColor)
void
XYChartStyle. setDomainTickBandColor(Color domainTickBandColor)
void
XYChartStyle. setDomainZeroBaselineColor(Color domainZeroBaselineColor)
void
PieChartStyle. setLabelBackgroundColor(Color labelBackgroundColor)
void
Axis. setLabelColor(Color labelColor)
void
PieChartStyle. setLabelColor(Color labelColor)
void
PieChartStyle. setLabelLinkLineColor(Color labelLinkColor)
void
PieChartStyle. setLabelOutlineColor(Color labelOutlineColor)
void
PieChartStyle. setLabelShadowColor(Color labelShadowColor)
void
AbstractErrorIndicator. setLineColor(Color lineColor)
void
LineChart3DProperties. setOutlineColor(Color outlineColor)
void
CategoryChartStyle. setRangeGridlineColor(Color rangeGridlineColor)
void
XYChartStyle. setRangeGridlineColor(Color rangeGridlineColor)
void
CategoryChartStyle. setRangeMinorGridlineColor(Color rangeMinorGridlineColor)
void
XYChartStyle. setRangeMinorGridlineColor(Color rangeMinorGridlineColor)
void
XYChartStyle. setRangeTickBandColor(Color rangeTickBandColor)
void
CategoryChartStyle. setRangeZeroBaselineColor(Color rangeZeroBaselineColor)
void
XYChartStyle. setRangeZeroBaselineColor(Color rangeZeroBaselineColor)
void
BarChartProperties. setShadowColor(Color shadowColor)
void
PieChartStyle. setShadowColor(Color shadowColor)
void
AbstractTitle. setTextColor(Color textColor)
void
Axis. setTickLabelColor(Color tickLabelColor)
void
Axis. setTickMarkColor(Color tickMarkColor)
void
BarChart3DProperties. setWallColor(Color wallColor)
void
LineChart3DProperties. setWallColor(Color wallColor)
Constructors in omix.lang.chart.util with parameters of type Color Constructor Description CustomColorScheme(Color... colors)
-
Uses of Color in omix.lang.model
Methods in omix.lang.model that return Color Modifier and Type Method Description Color
BioNode. strokeColor()
The color for the stroke of the item's shape.Color
Comment. strokeColor()
Deprecated.The color for the stroke of the item's shape.Color
Compartment. strokeColor()
The color for the stroke of the item's shape.Color
Edge. strokeColor()
The color for the stroke of the edge.Color
EffectorEdge. strokeColor()
The color for the stroke of the edge.Color
FluxEdge. strokeColor()
The color for the stroke of the edge.Color
GraphicsBox. strokeColor()
The color for the stroke of the item's shape.Color
GraphicsEdge. strokeColor()
The color for the stroke of the edge.Color
GraphicsItem. strokeColor()
Deprecated.The color for the stroke of the item's shape.Color
GraphicsNode. strokeColor()
The color for the stroke of the item's shape.Color
Link. strokeColor()
The color for the stroke of the item's shape.Color
MetNode. strokeColor()
Deprecated.The color for the stroke of the item's shape.Color
Node. strokeColor()
The color for the stroke of the item's shape.Color
Pathway. strokeColor()
The color for the stroke of the item's shape.Color
BioNode. textStrokeColor()
The color for the stroke of the item's text label.Color
Compartment. textStrokeColor()
The color for the stroke of the item's text label.Color
GraphicsNode. textStrokeColor()
The color for the stroke of the item's text label.Color
Link. textStrokeColor()
The color for the stroke of the item's text label.Color
MetNode. textStrokeColor()
Deprecated.The color for the stroke of the item's text label.Color
Node. textStrokeColor()
The color for the stroke of the item's text label.Color
Pathway. textStrokeColor()
The color for the stroke of the item's text label. -
Uses of Color in omix.lang.model.accessory.annotation
Methods in omix.lang.model.accessory.annotation that return Color Modifier and Type Method Description Color
ImageField. background()
The background color.Color
SimpleValueField. background()
The background color.Color
SimpleValueField. color()
The text color.Color
AbstractSideBox. strokeColor()
The color for the stroke around the image.Color
ImageField. strokeColor()
The color for the stroke around the image.Color
SubNode. strokeColor()
Deprecated.The color for the stroke of the item's shape.Color
ItemGroup. textStrokeColor()
The color for the stroke of the item's text label.Color
SideBox. textStrokeColor()
The color for the stroke of the item's text label.Color
SubNode. textStrokeColor()
Deprecated.The color for the stroke of the item's text label. -
Uses of Color in omix.plugin.diagram
Methods in omix.plugin.diagram that return Color Modifier and Type Method Description Color
Comment. strokeColor()
The color for the stroke of the item's shape.Color
Legend. strokeColor()
The color for the stroke of the item's shape.Color
MetaboliteItem. strokeColor()
Color
MetaboliteItem. textStrokeColor()
Methods in omix.plugin.diagram with parameters of type Color Modifier and Type Method Description default void
Diagram. highlight(List<? extends AbstractItem> items, Color color)
default void
Diagram. highlight(List<? extends AbstractItem> items, Color color, double width)
void
Diagram. highlight(List<? extends AbstractItem> items, Color color, double width, double blur)
-
Uses of Color in omix.plugin.diagram.writable
Methods in omix.plugin.diagram.writable with parameters of type Color Modifier and Type Method Description void
Comment. setStrokeColor(Color strokeColor)
Sets the color for the stroke of the item's shape.void
Legend. setStrokeColor(Color strokeColor)
Sets the color for the stroke of the item's shape.void
MetaboliteItem. setStrokeColor(Color strokeColor)
void
MetaboliteItem. setTextStrokeColor(Color textStrokeColor)
-
Uses of Color in omix.plugin.model
Methods in omix.plugin.model that return Color Modifier and Type Method Description Color
StyleSheet. cofactorEdgeStrokeColor()
The color for the stroke of the edge.Color
StyleSheet. commentStrokeColor()
Color
StyleSheet. compartmentStrokeColor()
The color for the stroke of the item's shape.Color
StyleSheet. compartmentTextStrokeColor()
The color for the stroke of the item's text label.Color
StyleSheet. effectorEdgeStrokeColor()
The color for the stroke of the edge.Color
StyleSheet. fluxEdgeStrokeColor()
The color for the stroke of the edge.Color
StyleSheet. metaboliteStrokeColor()
The color for the stroke of the item's shape.Color
StyleSheet. metaboliteTextStrokeColor()
The color for the stroke of the item's text label.Color
StyleSheet. pathwayStrokeColor()
The color for the stroke of the item's shape.Color
StyleSheet. pathwayTextStrokeColor()
The color for the stroke of the item's text label.Color
Pathway. reactionStrokeColor()
The color for the stroke of the item's shape.Color
StyleSheet. reactionStrokeColor()
The color for the stroke of the item's shape.Color
Pathway. reactionTextStrokeColor()
The color for the stroke of the item's text label.Color
StyleSheet. reactionTextStrokeColor()
The color for the stroke of the item's text label.Color
AbstractEdge. strokeColor()
The color for the stroke of the edge.Color
AbstractNode. strokeColor()
The color for the stroke of the item's shape.Color
Compartment. strokeColor()
The color for the stroke of the item's shape.Color
GraphicsBox. strokeColor()
The color for the stroke of the item's shape.Color
GraphicsNode. strokeColor()
The color for the stroke of the item's shape.Color
Link. strokeColor()
The color for the stroke of the item's shape.Color
Pathway. strokeColor()
The color for the stroke of the item's shape.Color
AbstractNode. textStrokeColor()
The color for the stroke of the item's text label.Color
Compartment. textStrokeColor()
The color for the stroke of the item's text label.Color
GraphicsNode. textStrokeColor()
The color for the stroke of the item's text label.Color
Link. textStrokeColor()
The color for the stroke of the item's text label.Color
Pathway. textStrokeColor()
The color for the stroke of the item's text label. -
Uses of Color in omix.plugin.model.writable
Methods in omix.plugin.model.writable with parameters of type Color Modifier and Type Method Description void
StyleSheet. setCofactorEdgeStrokeColor(Color strokeColor)
void
StyleSheet. setCommentStrokeColor(Color commentStrokeColor)
void
StyleSheet. setCompartmentStrokeColor(Color strokeColor)
Changes the color for the stroke of the compartments' default shape.void
StyleSheet. setCompartmentTextStrokeColor(Color textStrokeColor)
Changes the color for the stroke of the compartments' default text label.void
StyleSheet. setEffectorEdgeStrokeColor(Color color)
void
StyleSheet. setFluxEdgeStrokeColor(Color strokeColor)
void
StyleSheet. setMetaboliteStrokeColor(Color strokeColor)
Changes the default value for the metabolites' default stroke color.void
StyleSheet. setMetaboliteTextStrokeColor(Color textStrokeColor)
Changes the default value for the metabolites' default text stroke color.void
StyleSheet. setPathwayStrokeColor(Color strokeColor)
Changes the color for the stroke of the pathways' default shape.void
StyleSheet. setPathwayTextStrokeColor(Color textStrokeColor)
Changes the color for the stroke of the pathways' default text label.void
Pathway. setReactionStrokeColor(Color strokeColor)
Changes the default value for the reactions' stroke color.void
StyleSheet. setReactionStrokeColor(Color strokeColor)
Changes the default value for the reactions' default stroke color.void
Pathway. setReactionTextStrokeColor(Color textStrokeColor)
Changes the default value for the reactions' text stroke color.void
StyleSheet. setReactionTextStrokeColor(Color textStrokeColor)
Changes the default value for the reactions' default text stroke color.void
AbstractEdge. setStrokeColor(Color strokeColor)
Sets the color for the stroke of the item's shape.void
AbstractNode. setStrokeColor(Color strokeColor)
The color for the stroke of the item's shape.void
Compartment. setStrokeColor(Color strokeColor)
Changes the color for the stroke of the item's shape.void
GraphicsBox. setStrokeColor(Color strokeColor)
Sets the color for the stroke of the item's shape.void
Pathway. setStrokeColor(Color strokeColor)
Changes the color for the stroke of the item's shape.void
AbstractNode. setTextStrokeColor(Color textStrokeColor)
The color for the stroke of the item's text label.void
Compartment. setTextStrokeColor(Color textStrokeColor)
Changes the color for the stroke of the item's text label.void
Pathway. setTextStrokeColor(Color textStrokeColor)
Changes the color for the stroke of the item's text label. -
Uses of Color in omix.plugin.model.writable.accessory.annotation
Methods in omix.plugin.model.writable.accessory.annotation with parameters of type Color Modifier and Type Method Description void
ImageField. setBackground(Color background)
The background color.void
SimpleValueField. setBackground(Color background)
The background color.void
SimpleValueField. setColor(Color color)
The text color.void
AbstractSideBox. setStrokeColor(Color strokeColor)
The color for the stroke around the image.void
ImageField. setStrokeColor(Color strokeColor)
The color for the stroke around the image.void
ItemGroup. setTextStrokeColor(Color textStrokeColor)
The color for the stroke of the item's text label.void
SideBox. setTextStrokeColor(Color textStrokeColor)
The color for the stroke of the item's text label. -
Uses of Color in omix.plugin.motifstamp
Methods in omix.plugin.motifstamp that return Color Modifier and Type Method Description Color
GraphicsNode. strokeColor()
The color for the stroke of the item's shape.Color
Metabolite. strokeColor()
The color for the stroke of the item's shape.Color
GraphicsNode. textStrokeColor()
The color for the stroke of the item's text label.Color
Metabolite. textStrokeColor()
The color for the stroke of the item's text label. -
Uses of Color in omix.plugin.motifstamp.writable
Methods in omix.plugin.motifstamp.writable that return Color Modifier and Type Method Description Color
AbstractEdge. strokeColor()
The color for the stroke of the edge.Methods in omix.plugin.motifstamp.writable with parameters of type Color Modifier and Type Method Description void
AbstractEdge. setStrokeColor(Color strokeColor)
Sets the color for the stroke of the item's shape.void
GraphicsNode. setStrokeColor(Color strokeColor)
The color for the stroke of the item's shape.void
Metabolite. setStrokeColor(Color strokeColor)
The color for the stroke of the item's shape.void
GraphicsNode. setTextStrokeColor(Color textStrokeColor)
The color for the stroke of the item's text label.void
Metabolite. setTextStrokeColor(Color textStrokeColor)
The color for the stroke of the item's text label. -
Uses of Color in omix.util.ui
Methods in omix.util.ui that return Color Modifier and Type Method Description static Color
QtOVLConverter. convertColor(QColor qColor)
Methods in omix.util.ui with parameters of type Color Modifier and Type Method Description static Color
OVLToAWTConverter. convert(Color color)
static QColor
QtOVLConverter. convertColor(Color color)