@Deprecated public interface Comment extends Component
Deprecated.
Represents a comment in the diagram.
This Java interface represents a Comment 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.7.3
- Author:
- Dr. Peter Droste
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
Comment.Reply
Deprecated. -
Method Summary
Modifier and Type Method Description Double
blur()
Deprecated.The item's blur.Brush
brush()
Deprecated.The fill brush of the item's shape.Font
font()
Deprecated.The item's default text font.String
getText()
Deprecated.returns the comment's Text.boolean
hidden()
Deprecated.Visibility of the comment.Model
model()
Deprecated.Returns the model this item belongs to.default Model
network()
Deprecated.Returns the network this item belongs to.List<? extends Comment.Reply>
replies()
Deprecated.Returns an unchangeableList
of all replies.Double
scale()
Deprecated.The item's scale factor.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.Double
transparency()
Deprecated.The item's transparency.Methods inherited from interface omix.lang.model.Component
customPropertyNames, getCustomProperty, getIdentifier, id, onload, setCustomProperty, setTmpCustomProperty
-
Method Details
-
strokeColor
Deprecated.The color for the stroke of the item's shape. -
brush
Deprecated.The fill brush of the item's shape.- Since:
- Omix 1.8.0
-
blur
Deprecated.The item's blur. -
transparency
Deprecated.The item's transparency. -
strokeStyle
Deprecated.The paint style for the stroke of the item's shape. -
strokeWidth
Deprecated.The stroke width of the item's shape. -
scale
Deprecated.The item's scale factor. -
font
Deprecated.The item's default text font. -
Deprecated.Visibility of the comment.
- Returns:
- hidden
-
getText
String getText()Deprecated.returns the comment's Text.- Returns:
- text
-
network
Deprecated.Returns the network this item belongs to.- Returns:
- network
-
model
Model model()Deprecated.Returns the model this item belongs to.- Returns:
- model
-
replies
List<? extends Comment.Reply> replies()Deprecated.Returns an unchangeableList
of all replies.- Returns:
- replies
-