Uses of Class
g3.project.elements.VisualElement
-
Packages that use VisualElement Package Description g3.project.core g3.project.elements -
-
Uses of VisualElement in g3.project.core
Methods in g3.project.core with parameters of type VisualElement Modifier and Type Method Description void
Engine. processEls(VisualElement el)
Process elements on a page.void
Engine. redrawEl(VisualElement el)
Re/draws a Visual element. -
Uses of VisualElement in g3.project.elements
Subclasses of VisualElement in g3.project.elements Modifier and Type Class Description class
ImageElement
class
PageElement
class
PlayableElement
class
ShapeElement
class
TableElement
Methods in g3.project.elements that return types with arguments of type VisualElement Modifier and Type Method Description java.util.Optional<VisualElement>
VisualElement. getByID(java.lang.String id)
Returns the referred element, if this is it or it is a child of this.java.util.function.Consumer<VisualElement>
DocElement. getChangeCallback()
Get the change callback.java.util.Optional<VisualElement>
DocElement. getElementByID(java.lang.String id)
Returns an element in the doc by its' ID.Methods in g3.project.elements with parameters of type VisualElement Modifier and Type Method Description void
DocElement. deleteElement(VisualElement el, DocIO resIO)
Delete an element.void
PageElement. insertVisual(VisualElement el)
Insert a Visual element.Method parameters in g3.project.elements with type arguments of type VisualElement Modifier and Type Method Description void
DocElement. setChangeCallback(java.util.function.Consumer<VisualElement> func)
Set change callback.
-