Uses of Interface
org.gvsig.layout.mapbox.model.Cell
Packages that use Cell
Package
Description
-
Uses of Cell in org.gvsig.layout.mapbox.fframe
Methods in org.gvsig.layout.mapbox.fframe that return types with arguments of type CellMethods in org.gvsig.layout.mapbox.fframe with parameters of type CellModifier and TypeMethodDescriptionvoidFFrameMapBox.drawCell(Graphics2D g, Cell cell, Rectangle2D rect, boolean selected) -
Uses of Cell in org.gvsig.layout.mapbox.model
Classes in org.gvsig.layout.mapbox.model that implement CellMethods in org.gvsig.layout.mapbox.model that return CellModifier and TypeMethodDescriptionCell.clone()CellImpl.clone()MapBoxModel.getCell(double x, double y) SelectionCell.getStartCell()SelectionCellImpl.getStartCell()Methods in org.gvsig.layout.mapbox.model that return types with arguments of type CellModifier and TypeMethodDescriptionMapBoxModel.getCells()MapBoxModel.getCells(Rectangle2D r) MapBoxModel.getRelativePosition(Point2D p, double tolerance) Methods in org.gvsig.layout.mapbox.model with parameters of type CellModifier and TypeMethodDescriptionvoidvoidvoidvoidAdds a column to the right of the cell column passed as a parametervoidAdds a row below the row to which the cell passed as a parameter belongsvoidMapBoxModel.insertColumn(Cell cell) Insert a column to the left of the cell column passed as a parametervoidbooleanSelectionCell.isSelected(Cell cell) booleanSelectionCellImpl.isSelected(Cell cell) voidvoidvoidMapBoxModel.removeColumn(Cell cell) voidvoidMapBoxModel.splitCellHorizontally(Cell theCell) voidMapBoxModel.splitCellVertically(Cell theCell) Method parameters in org.gvsig.layout.mapbox.model with type arguments of type CellModifier and TypeMethodDescriptionvoidvoidvoidMapBoxModel.removeCells(List<Cell> theCells) voidMapBoxModel.splitCellsHorizontally(List<Cell> theCells) voidMapBoxModel.splitCellsVertically(List<Cell> theCells) Constructor parameters in org.gvsig.layout.mapbox.model with type arguments of type Cell -
Uses of Cell in org.gvsig.layout.mapbox.tools
Methods in org.gvsig.layout.mapbox.tools with parameters of type CellModifier and TypeMethodDescriptionvoidLayoutEditMapBoxListenerImpl.drag(FFrameMapBox frame, Integer relativePosition, Cell cell, Point2D.Double secondPoint) voidLayoutEditMapBoxListenerImpl.selectCell(FFrameMapBox frame, Cell cell)