java.lang.Object
org.tentackle.fx.component.skin.NoteSkin
- All Implemented Interfaces:
javafx.scene.control.Skin<Note>
Skin for the
Note control.- Author:
- harald
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected javafx.scene.NodecreateLink(Note.Position alignment) Creates the link.voiddispose()javafx.scene.layout.StackPanegetNode()protected voidUpdates the location when the effective size is known.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javafx.scene.control.Skin
install
-
Constructor Details
-
NoteSkin
Creates the note skin.- Parameters:
note- the note
-
-
Method Details
-
getSkinnable
- Specified by:
getSkinnablein interfacejavafx.scene.control.Skin<Note>
-
getNode
public javafx.scene.layout.StackPane getNode()- Specified by:
getNodein interfacejavafx.scene.control.Skin<Note>
-
dispose
public void dispose()- Specified by:
disposein interfacejavafx.scene.control.Skin<Note>
-
updateLocation
protected void updateLocation()Updates the location when the effective size is known. -
createLink
Creates the link.- Parameters:
alignment- the position- Returns:
- the link node
-