abstract class TitledNode[N <: Node] extends AnyRef
Abstract node which holds a Text and a generic node subclass in a Pane
- N
the node type
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- TitledNode
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
TitledNode(title: StringProperty, vertical: Boolean, spacing: Double = 4.0)
- title
the text shown
- vertical
true if the text must be shown above the node, false otherwise
- spacing
the spacing between the text and the node
Abstract Value Members
-
abstract
def
innerNode: N
The node that will be shown after the text
The node that will be shown after the text
- returns
a node of type N <: Node