Module omix.api

Interface Comment

All Superinterfaces:
AbstractItem, Groupable, ReadOnlyInterface
All Known Subinterfaces:
Comment

public interface Comment
extends AbstractItem, Groupable
  • 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.
    • hidden

      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 unchangeable List of all replies.
      Returns:
      replies
    • x

      double x()
    • y

      double y()
    • width

      double width()
    • height

      double height()