- All Superinterfaces:
AbstractItem
,Groupable
,ReadOnlyInterface
- All Known Subinterfaces:
Comment
public interface Comment extends AbstractItem, Groupable
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
Comment.Reply
-
Method Summary
Modifier and Type Method Description double
blur()
The item's blur.Brush
brush()
The fill brush of the item's shape.Font
font()
The item's default text font.double
height()
boolean
hidden()
Visibility of the comment.List<? extends Comment.Reply>
replies()
Returns an unchangeableList
of all replies.double
scale()
The item's scale factor.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.double
strokeWidth()
The stroke width of the item's shape.String
text()
returns the comment's Text.double
transparency()
The item's transparency.double
width()
double
x()
double
y()
double
zValue()
Methods inherited from interface omix.plugin.diagram.AbstractItem
addChangeListener, addPropertyChangeListener, diagram, getIdentifier, removeChangeListener, removePropertyChangeListener
-
Method Details
-
strokeColor
Color strokeColor()The color for the stroke of the item's shape. -
brush
Brush brush()The fill brush of the item's shape.- Since:
- Omix 1.8.0
-
blur
double blur()The item's blur. -
transparency
double transparency()The item's transparency. -
strokeStyle
StrokeStyle strokeStyle()The paint style for the stroke of the item's shape. -
strokeWidth
double strokeWidth()The stroke width of the item's shape. -
scale
double scale()The item's scale factor. -
font
Font font()The item's default text font. -
boolean hidden()Visibility of the comment.
- Returns:
- hidden
-
text
String text()returns the comment's Text.- Returns:
- text
-
zValue
double zValue() -
replies
List<? extends Comment.Reply> replies()Returns an unchangeableList
of all replies.- Returns:
- replies
-
x
double x() -
y
double y() -
width
double width() -
height
double height()
-