| Package | Description |
|---|---|
| com.codename1.ui.scene |
This package provides a light-weight scene graph for Codename One.
|
| Modifier and Type | Field and Description |
|---|---|
Property<Bounds,Node> |
Node.boundsInLocal
Deprecated.
The local bounds of the node (without any of the transforms applied to it).
|
Property<Double,Node> |
Node.layoutX
Deprecated.
|
Property<Double,Node> |
Node.layoutY
Deprecated.
|
Property<Double,Node> |
Node.layoutZ
Deprecated.
|
Property<Double,Node> |
Node.localCanvasZ
Deprecated.
|
Property<Double,Node> |
Node.opacity
Deprecated.
|
Property<Rectangle,Node> |
Node.paintingRect
Deprecated.
The painting rectangle, into which the renderer should be painted inside the
node's local bounds.
|
Property<Double,Node> |
Node.rotate
Deprecated.
|
Property<Point3D,Node> |
Node.rotationAxis
Deprecated.
The rotation axis around which rotations should be performed.
|
Property<Double,Node> |
Node.scaleX
Deprecated.
|
Property<Double,Node> |
Node.scaleY
Deprecated.
|
Property<Double,Node> |
Node.scaleZ
Deprecated.
|
Property<Double,Node> |
Node.translateX
Deprecated.
|
Property<Double,Node> |
Node.translateY
Deprecated.
|
Property<Double,Node> |
Node.translateZ
Deprecated.
|
Property<Boolean,Node> |
Node.visible
Deprecated.
Flag to indicate whether the node should be visible or not.
|
| Modifier and Type | Method and Description |
|---|---|
Node |
Node.getChildAt(int index)
Deprecated.
Gets child node at index.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Node> |
Node.findNodesWithTag(String tag)
Deprecated.
|
Iterable<Node> |
Node.getChildNodes()
Deprecated.
Gets the child nodes of this node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Node.add(Node child)
Deprecated.
Adds a child node.
|
void |
NodePainter.paint(Graphics g,
Rectangle bounds,
Node node)
Deprecated.
Paints node content in the given bounding rect on the provided Graphics context for the given node.
|
void |
TextPainter.paint(Graphics g,
Rectangle bounds,
Node node)
Paints the text onto the provided graphics context.
|
void |
Node.remove(Node child)
Deprecated.
Removes a child node.
|
void |
Scene.setRoot(Node root)
Deprecated.
Set the root node.
|
Copyright © 2021. All rights reserved.