Uses of Class
edu.ubo.graphicLayer.GElement
-
Packages that use GElement Package Description edu.ubo.graphicLayer edu.ubo.satellitebeacons.main.simulation.components -
-
Uses of GElement in edu.ubo.graphicLayer
Subclasses of GElement in edu.ubo.graphicLayer Modifier and Type Class Description classGBoundedclassGCubicCurveclassGImageclassGLineclassGOvalclassGPolyLineclassGRectclassGStringMethods in edu.ubo.graphicLayer that return GElement Modifier and Type Method Description GElement[]GBounded. getRawContents()GElement[]GContainer. getRawContents()GElement[]GSpace. getRawContents()Methods in edu.ubo.graphicLayer that return types with arguments of type GElement Modifier and Type Method Description java.util.List<GElement>GSpace. contents()Methods in edu.ubo.graphicLayer with parameters of type GElement Modifier and Type Method Description voidGBounded. addElement(GElement m)voidGContainer. addElement(GElement m)voidGSpace. addElement(GElement d)voidGBounded. removeElement(GElement m)voidGContainer. removeElement(GElement m)voidGSpace. removeElement(GElement d) -
Uses of GElement in edu.ubo.satellitebeacons.main.simulation.components
Subclasses of GElement 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.
-