- All Superinterfaces:
AbstractSideBox
,Accessory
,DataAnnotation
,Member
public interface SideBox extends AbstractSideBox
A sub node has the same appearance as other nodes in the network.
- Author:
- Dr. Peter Droste, Omix Visualization
-
Method Summary
Modifier and Type Method Description double
fillLevel()
The filling level of the item's shape given as percentage value.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 node in the diagram.String
text()
The text to be displayed by this sub node.Brush
textBrush()
The fill brush of the item's text label.Color
textStrokeColor()
The color for the stroke of the item's text label.double
textStrokeWidth()
The stroke width of the item's text label.VerticalAlignment
verticalTextAlignment()
Vertical text alignmentboolean
wrapTextInShape()
Vertical text alignmentMethods inherited from interface omix.lang.model.accessory.annotation.AbstractSideBox
blur, centric, height, scale, shadow, strokeColor, strokeStyle, strokeWidth, transparency, width
Methods inherited from interface omix.lang.reflect.Member
getAnnotation, getAnnotations, getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotations, getDeclaredAnnotationsByType, getName, getNamespace, isAnnotationPresent
-
Method Details
-
text
The text to be displayed by this sub node.- Returns:
- text
-
paint
The fill appearance of the item's shape.- Returns:
- paint
-
textStrokeColor
The color for the stroke of the item's text label.- Returns:
- text stroke color
-
textStrokeWidth
The stroke width of the item's text label.- Returns:
- text stroke width
-
shape
The appearance of the node in the diagram.- Returns:
- shape
-
font
The font of the text label of the item.- Returns:
- font
-
fillLevel
The filling level of the item's shape given as percentage value.- Returns:
- fill level
-
fillLevelIndication
The indication for filling of the item's shape.- Returns:
- fill level indication
-
textBrush
The fill brush of the item's text label.- Returns:
- text brush
- Since:
- Omix 1.8.0
-
verticalTextAlignment
Vertical text alignment- Returns:
- verticalTextAlignment
-
wrapTextInShape
Vertical text alignment- Returns:
- verticalTextAlignment
-