Uses of Class
edu.ubo.graphicLayer.GRect
-
Packages that use GRect Package Description edu.ubo.satellitebeacons.main.simulation.components edu.ubo.satellitebeacons.main.simulation.utils -
-
Uses of GRect in edu.ubo.satellitebeacons.main.simulation.components
Subclasses of GRect in edu.ubo.satellitebeacons.main.simulation.components Modifier and Type Class Description classGBeaconGraphic element which represents a beaconclassGMovableBasic graphic element which represents a movable.classGSatelliteGraphic element which represents a satellite.classGSeaGraphic element which represents the sea. -
Uses of GRect in edu.ubo.satellitebeacons.main.simulation.utils
Methods in edu.ubo.satellitebeacons.main.simulation.utils with parameters of type GRect Modifier and Type Method Description static voidGraphicUtils. setImage(GRect element, java.lang.String fileName)Add image to a rectangle Set the rectangle dimension according to the image.
-