- All Superinterfaces:
Accessory
,DataAnnotation
,Member
@Deprecated(since="Omix 2.0") @ReplacedBy("SideBox") public interface SubNode extends DataAnnotation
Deprecated.
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
blur()
Deprecated.The accessory blur.double
fillLevel()
Deprecated.The filling level of the item's shape given as percentage value.FillLevelIndication
fillLevelIndication()
Deprecated.The indication for filling of the item's shape.Font
font()
Deprecated.The font of the text label of the item.double
height()
Deprecated.The height of the sub node.Paint
paint()
Deprecated.The fill appearance of the item's shape.double
scale()
Deprecated.The scale factor the sub node is displayed with.Shadow
shadow()
Deprecated.The accessory shadow.Shape
shape()
Deprecated.The appearance of the node in the diagram.Color
strokeColor()
Deprecated.The color for the stroke of the item's shape.StrokeStyle
strokeStyle()
Deprecated.The paint style for the stroke of the item's shape.double
strokeWidth()
Deprecated.The stroke width of the item's shape.String
text()
Deprecated.The text to be displayed by this sub node.Brush
textBrush()
Deprecated.The fill brush of the item's text label.Color
textStrokeColor()
Deprecated.The color for the stroke of the item's text label.double
textStrokeWidth()
Deprecated.The stroke width of the item's text label.double
transparency()
Deprecated.The accessory transparency.double
width()
Deprecated.The width of the sub node.Methods inherited from interface omix.lang.reflect.Member
getAnnotation, getAnnotations, getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotations, getDeclaredAnnotationsByType, getName, getNamespace, isAnnotationPresent
-
Method Details
-
text
Deprecated.The text to be displayed by this sub node.- Returns:
- text
-
paint
Deprecated.The fill appearance of the item's shape.- Returns:
- paint
-
strokeColor
Deprecated.The color for the stroke of the item's shape.- Returns:
- stroke color
-
textStrokeColor
Deprecated.The color for the stroke of the item's text label.- Returns:
- text stroke color
-
strokeStyle
Deprecated.The paint style for the stroke of the item's shape.- Returns:
- stroke style
-
strokeWidth
Deprecated.The stroke width of the item's shape.- Returns:
- stroke width
-
textStrokeWidth
Deprecated.The stroke width of the item's text label.- Returns:
- text stroke width
-
scale
Deprecated.The scale factor the sub node is displayed with. Values less than 1.0 decreases the node's size. Values greater than 1.0 increases its size.- Returns:
- scale factor
-
shape
Deprecated.The appearance of the node in the diagram.- Returns:
- shape
-
font
Deprecated.The font of the text label of the item.- Returns:
- font
-
fillLevel
Deprecated.The filling level of the item's shape given as percentage value.- Returns:
- fill level
-
fillLevelIndication
Deprecated.The indication for filling of the item's shape.- Returns:
- fill level indication
-
textBrush
Deprecated.The fill brush of the item's text label.- Returns:
- text brush
- Since:
- Omix 1.8.0
-
width
Deprecated.The width of the sub node.- Returns:
- width
-
height
Deprecated.The height of the sub node.- Returns:
- height
-
shadow
Deprecated.The accessory shadow.- Returns:
- item's shadow
-
blur
Deprecated.The accessory blur.- Returns:
- blur
- Since:
- Omix 1.5.13
-
transparency
Deprecated.The accessory transparency.- Returns:
- transparency
- Since:
- Omix 1.5.13
-