Example usage for Java javafx.scene Group fields, constructors, methods, implement or subclass
The text is from its open source code.
Group() Constructs a group. | |
Group(Node... children) Constructs a group consisting of children. | |
Group(Collection Constructs a group consisting of the given children. |
void | addEventFilter(final EventType Registers an event filter to this node. |
ObservableList | getChildren() Gets the list of children of this Group . |
ObservableList | getTransforms() Defines the ObservableList of javafx.scene.transform.Transform objects to be applied to this Node . |
DoubleProperty | opacityProperty() |
void | setBlendMode(BlendMode value) |
void | setCache(boolean value) |
void | setDepthTest(DepthTest value) |
void | setEffect(Effect value) |
void | setLayoutX(double value) |
void | setLayoutY(double value) |
void | setScaleX(double value) |
void | setScaleY(double value) |
void | setScaleZ(double value) |
void | setStyle(String value) A string representation of the CSS style associated with this specific Node . |
void | setTranslateX(double value) |
void | setTranslateY(double value) |
WritableImage | snapshot(SnapshotParameters params, WritableImage image) Takes a snapshot of this node and returns the rendered image when it is ready. |
DoubleProperty | translateYProperty() Defines the y coordinate of the translation that is added to this Node 's transform. |
BooleanProperty | visibleProperty() |