@OVLExtensible public interface GraphicsNode extends Node
This type represents custom nodes in OVL.
It contain all methods available in OVL.
The static fields in this interface declaration
are public non-static instance fields in OVL.
They can be read and written from OVL code.
- Since:
- Omix 1.8.0
- Author:
- Dr. Peter Droste, Omix Visualization
-
Method Summary
Modifier and Type Method Description FillLevelIndication
fillLevelIndication()
The indication for filling of the item's shape.Font
font()
The font of the text label of the item.Paint
paint()
The fill appearance of the item's shape.Shape
shape()
The appearance of the metabolite node in the diagram.Color
strokeColor()
The color for the stroke of the item's shape.StrokeStyle
strokeStyle()
The paint style for the stroke of the item's shape.String
text()
returns the item's Text.Brush
textBrush()
The fill brush of the item's text label.Color
textStrokeColor()
The color for the stroke of the item's text label.Methods inherited from interface omix.lang.model.Component
customPropertyNames, getCustomProperty, getIdentifier, id, onload, setCustomProperty, setTmpCustomProperty
Methods inherited from interface omix.lang.model.Node
blur, collapsed, comments, fillLevel, getComment, graphicsEdges, hidden, linkEdges, model, network, scale, shadow, strokeWidth, textStrokeWidth, transparency
-
Method Details
-
text
returns the item's Text.- Returns:
- text
-
paint
The fill appearance of the item's shape. -
strokeColor
The color for the stroke of the item's shape.- Specified by:
strokeColor
in interfaceNode
-
textStrokeColor
The color for the stroke of the item's text label.- Specified by:
textStrokeColor
in interfaceNode
-
strokeStyle
The paint style for the stroke of the item's shape.- Specified by:
strokeStyle
in interfaceNode
-
shape
The appearance of the metabolite node in the diagram. -
font
The font of the text label of the item. -
fillLevelIndication
The indication for filling of the item's shape.- Specified by:
fillLevelIndication
in interfaceNode
-
textBrush
The fill brush of the item's text label.
-