Uses of Class
ca.phon.ipamap2.IPAMapGrid
Packages that use IPAMapGrid
-
Uses of IPAMapGrid in ca.phon.ipamap2
Fields in ca.phon.ipamap2 declared as IPAMapGridMethods in ca.phon.ipamap2 that return types with arguments of type IPAMapGridMethods in ca.phon.ipamap2 with parameters of type IPAMapGridModifier and TypeMethodDescriptionvoidIPAMapSelector.addCheckBox(IPAMapGrid mapGrid) voidIPAMapCellSelectionListener.cellSelectionChanged(IPAMapGrid mapGrid, int cellIdx, boolean selected) voidIPAMapSelector.cellSelectionChanged(IPAMapGrid mapGrid, int cellIdx, boolean selected) Called when cell selected has changed.voidIPAMapGridContainer.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.booleanIPAMapGridContainer.isGridVisible(IPAMapGrid mapGrid) voidDefaultIPAMapCellRenderer.paintCell(IPAMapGrid mapGrid, Graphics2D g2, Rectangle cellRect, Cell cell, boolean isHover, boolean isPressed, boolean isSelected) voidIPAMapCellRenderer.paintCell(IPAMapGrid mapGrid, Graphics2D g2, Rectangle cellRect, Cell cell, boolean isHover, boolean isPressed, boolean isSelected) Paint cellvoidIPAMapGridContainer.setGridVisible(IPAMapGrid mapGrid, boolean visible)