Uses of Class
ca.phon.ipamap2.IPAMapGrid
-
Uses of IPAMapGrid in ca.phon.ipamap2
Modifier and TypeMethodDescriptionvoid
IPAMapSelector.addCheckBox
(IPAMapGrid mapGrid) void
IPAMapCellSelectionListener.cellSelectionChanged
(IPAMapGrid mapGrid, int cellIdx, boolean selected) void
IPAMapSelector.cellSelectionChanged
(IPAMapGrid mapGrid, int cellIdx, boolean selected) Called when cell selected has changed.void
IPAMapGridContainer.fireCellSelectionChanged
(IPAMapGrid grid, int cellIdx, boolean selected) DefaultIPAMapCellRenderer.getCellDimension
(IPAMapGrid ipaGrid) IPAMapCellRenderer.getCellDimension
(IPAMapGrid mapGrid) Determine size of cells based on given mapGrid.IPAMapGridContainer.getMapGridPanel
(IPAMapGrid mapGrid) Return the panel displayed above the given grid.boolean
IPAMapGridContainer.isGridVisible
(IPAMapGrid mapGrid) void
DefaultIPAMapCellRenderer.paintCell
(IPAMapGrid mapGrid, Graphics2D g2, Rectangle cellRect, Cell cell, boolean isHover, boolean isPressed, boolean isSelected) void
IPAMapCellRenderer.paintCell
(IPAMapGrid mapGrid, Graphics2D g2, Rectangle cellRect, Cell cell, boolean isHover, boolean isPressed, boolean isSelected) Paint cellvoid
IPAMapGridContainer.setGridVisible
(IPAMapGrid mapGrid, boolean visible)