Class Cell

All Implemented Interfaces:
Shape, Serializable, Cloneable, HasText

public class Cell extends RectangularTextContainer<TextChunk>
See Also:
  • Constructor Details

    • Cell

      public Cell(float top, float left, float width, float height)
    • Cell

      public Cell(Point2D topLeft, Point2D bottomRight)
  • Method Details