Uses of Class
g3.project.graphics.SizeObj
-
Packages that use SizeObj Package Description g3.project.elements g3.project.graphics g3.project.playable g3.project.ui -
-
Uses of SizeObj in g3.project.elements
Methods in g3.project.elements that return types with arguments of type SizeObj Modifier and Type Method Description java.util.Optional<SizeObj>VisualElement. getSize()Get the object's size.Returns an Optional, which may contain either the size or nothing.Methods in g3.project.elements with parameters of type SizeObj Modifier and Type Method Description voidVisualElement. setSize(SizeObj size)Set the element size. -
Uses of SizeObj in g3.project.graphics
Methods in g3.project.graphics with parameters of type SizeObj Modifier and Type Method Description voidExtEllip. setSize(SizeObj size)voidExtLine. setSize(SizeObj size)voidExtPolygon. setSize(SizeObj size)voidExtRect. setSize(SizeObj size)abstract voidExtShape. setSize(SizeObj size)Set the shape size. -
Uses of SizeObj in g3.project.playable
Methods in g3.project.playable with parameters of type SizeObj Modifier and Type Method Description voidPlayer. setSize(SizeObj size)Resize the player. -
Uses of SizeObj in g3.project.ui
Methods in g3.project.ui with parameters of type SizeObj Modifier and Type Method Description voidMainController. resizeElement(java.lang.String id, SizeObj size)Resize a Visual Element.voidVisImageView. setSize(SizeObj size)Set Size.voidVisual. setSize(SizeObj size)Set the item's size.Method parameters in g3.project.ui with type arguments of type SizeObj Modifier and Type Method Description voidMainController. configCard(java.util.Optional<SizeObj> size, java.util.Optional<javafx.scene.paint.Color> colour, java.lang.String id)Configure the page/card.
-