Uses of Class
g3.project.graphics.LocObj
-
Packages that use LocObj Package Description g3.project.core g3.project.elements g3.project.ui -
-
Uses of LocObj in g3.project.core
Methods in g3.project.core with parameters of type LocObj Modifier and Type Method Description voidEngine. elementRelocated(java.lang.String elID, LocObj newLoc)The UI has relocated an element. -
Uses of LocObj in g3.project.elements
Methods in g3.project.elements that return types with arguments of type LocObj Modifier and Type Method Description java.util.Optional<LocObj>VisualElement. getOrigin()Get the object's X/Y location.Methods in g3.project.elements with parameters of type LocObj Modifier and Type Method Description voidVisualElement. setOriginXY(LocObj loc)Set the object's X/Y location. -
Uses of LocObj in g3.project.ui
Methods in g3.project.ui with parameters of type LocObj Modifier and Type Method Description voidMainController. moveElement(java.lang.String id, LocObj loc)Moves the given element to the specified location.
-