Uses of Class
no.ntnu.principes.util.styles.StyleManager.NodeStyleManager
Packages that use StyleManager.NodeStyleManager
-
Uses of StyleManager.NodeStyleManager in no.ntnu.principes.util.styles
Methods in no.ntnu.principes.util.styles that return StyleManager.NodeStyleManagerModifier and TypeMethodDescriptionApplies CSS style classes to a node.Applies CSS style classes to the node.StyleManager.grow(javafx.scene.layout.Region... nodes) Sets multiple nodes to grow both horizontally and vertically.StyleManager.NodeStyleManager.grow()Sets the node to grow in both directions.static StyleManager.NodeStyleManager[]StyleManager.growHorizontal(javafx.scene.layout.Region... nodes) Sets multiple nodes to grow horizontally with ALWAYS priority.StyleManager.growHorizontal(javafx.scene.layout.Region node, javafx.scene.layout.Priority priority) Sets a node to grow horizontally with the specified priority.StyleManager.NodeStyleManager.growHorizontal(javafx.scene.layout.Priority priority) Sets the node to grow horizontally with the specified priority.StyleManager.growVertical(javafx.scene.layout.Region... nodes) Sets multiple nodes to grow vertically with ALWAYS priority.StyleManager.growVertical(javafx.scene.layout.Region node, javafx.scene.layout.Priority priority) Sets a node to grow vertically with the specified priority.StyleManager.NodeStyleManager.growVertical(javafx.scene.layout.Priority priority) Sets the node to grow vertically with the specified priority.StyleManager.margin(javafx.scene.layout.Region node, double margin) Sets uniform margin on all sides of a node.StyleManager.margin(javafx.scene.layout.Region node, double horizontal, double vertical) Sets symmetric margin on a node.StyleManager.margin(javafx.scene.layout.Region node, double top, double right, double bottom, double left) Sets custom margin on each side of a node.StyleManager.margin(javafx.scene.layout.Region node, javafx.geometry.Insets insets) Sets margin on a node using an Insets object.StyleManager.NodeStyleManager.margin(double margin) Sets uniform margin on all sides of the node.StyleManager.NodeStyleManager.margin(double horizontal, double vertical) Sets symmetric margin on the node.StyleManager.NodeStyleManager.margin(double top, double right, double bottom, double left) Sets custom margin on each side of the node.StyleManager.NodeStyleManager.margin(javafx.geometry.Insets insets) Sets margin on the node using an Insets object.StyleManager.NodeStyleManager.padding(double padding) Sets uniform padding on all sides of the node.StyleManager.NodeStyleManager.padding(double horizontal, double vertical) Sets symmetric padding on the node.StyleManager.NodeStyleManager.padding(double top, double right, double bottom, double left) Sets custom padding on each side of the node.StyleManager.NodeStyleManager.padding(javafx.geometry.Insets insets) Sets padding on the node using an Insets object.StyleManager.padding(javafx.scene.layout.Region node, double padding) Sets uniform padding on all sides of a node.StyleManager.padding(javafx.scene.layout.Region node, double horizontal, double vertical) Sets symmetric padding on a node.StyleManager.padding(javafx.scene.layout.Region node, double top, double right, double bottom, double left) Sets custom padding on each side of a node.StyleManager.padding(javafx.scene.layout.Region node, javafx.geometry.Insets insets) Sets padding on a node using an Insets object.StyleManager.NodeStyleManager.shrink()Sets the node to never grow in either direction.StyleManager.shrink(javafx.scene.layout.Region... nodes) Sets multiple nodes to never grow in either direction.StyleManager.NodeStyleManager.shrinkHorizontal()Sets the node to never grow horizontally.static StyleManager.NodeStyleManager[]StyleManager.shrinkHorizontal(javafx.scene.layout.Region... nodes) Sets multiple nodes to never grow horizontally.StyleManager.NodeStyleManager.shrinkVertical()Sets the node to never grow vertically.StyleManager.shrinkVertical(javafx.scene.layout.Region... nodes) Sets multiple nodes to never grow vertically.Removes CSS style classes from the node.Removes CSS style classes from a node.