Class TextBlock

java.lang.Object
org.eclnt.ccaddons.diagram.TextBlock

public class TextBlock extends Object
  • Constructor Details

    • TextBlock

      public TextBlock(List<String> lines, int textHeight, int lineHeight, int textWidth, Font font, String color, String background)
  • Method Details

    • getLines

      public List<String> getLines()
    • getTextHeight

      public int getTextHeight()
    • getLineHeight

      public int getLineHeight()
    • getTextWidth

      public int getTextWidth()
    • getFont

      public Font getFont()
    • getColor

      public String getColor()
    • getBackground

      public String getBackground()