Class Block

java.lang.Object
org.luwrain.controls.block.Block

public class Block extends Object
  • Field Details

    • textX

      protected int textX
    • textY

      protected int textY
    • textWidth

      protected int textWidth
    • textHeight

      protected int textHeight
    • objs

      protected final BlockObject[] objs
    • rows

      protected BlockRow[] rows
  • Constructor Details

  • Method Details

    • getObjs

      public BlockObject[] getObjs()
    • getRows

      public final BlockRow[] getRows()
    • getRowCount

      public final int getRowCount()
    • setRows

      public final void setRows(BlockRow[] rows)
    • getRow

      public final BlockObjFragment[] getRow(int index)
    • intersectsText

      public final boolean intersectsText(Block c)
    • getTextSquare

      public final int getTextSquare()
    • calcActualTextY

      public final void calcActualTextY()