Interface SelectionCell

All Superinterfaces:
Cloneable, org.gvsig.tools.lang.Cloneable, org.gvsig.tools.persistence.Persistent
All Known Implementing Classes:
SelectionCellImpl

public interface SelectionCell extends org.gvsig.tools.persistence.Persistent, org.gvsig.tools.lang.Cloneable
Author:
fdiaz
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(Cell cell)
     
    void
     
     
     
    boolean
     

    Methods inherited from interface org.gvsig.tools.lang.Cloneable

    clone

    Methods inherited from interface org.gvsig.tools.persistence.Persistent

    loadFromState, saveToState
  • Method Details

    • add

      void add(Cell cell)
    • clear

      void clear()
    • getStartCell

      Cell getStartCell()
    • isSelected

      boolean isSelected(Cell cell)
    • getRectangle

      Rectangle2D getRectangle()