Class GeometryWKTCellRenderer

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, Scrollable, TableCellRenderer

public class GeometryWKTCellRenderer extends TextAreaCellRenderer
Renderer for cells of type Geometry, showing it in WKT format.
Author:
C�sar Ordi�ana
See Also:
  • Field Details

  • Constructor Details

    • GeometryWKTCellRenderer

      public GeometryWKTCellRenderer()
      Creates a new GeometryWKTCellRenderer, with the default MAX LENGTH fot the WKT Strings and the default MAX HEIGHT for rows.
    • GeometryWKTCellRenderer

      public GeometryWKTCellRenderer(int maxWKTLength, int maxRowHeight)
      Creates a new GeometryWKTCellRenderer.
      Parameters:
      maxWKTLength - the maximum WTK length to be rendered.
      maxRowHeight - the maximum row height for the rows with cells rendered with this component
  • Method Details