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 void
VisualElement. 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 void
ExtEllip. setSize(SizeObj size)
void
ExtLine. setSize(SizeObj size)
void
ExtPolygon. setSize(SizeObj size)
void
ExtRect. setSize(SizeObj size)
abstract void
ExtShape. 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 void
Player. 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 void
MainController. resizeElement(java.lang.String id, SizeObj size)
Resize a Visual Element.void
VisImageView. setSize(SizeObj size)
Set Size.void
Visual. 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 void
MainController. configCard(java.util.Optional<SizeObj> size, java.util.Optional<javafx.scene.paint.Color> colour, java.lang.String id)
Configure the page/card.
-