public class DotRecordBasedJavaFxNode
extends java.lang.Object
Constructor and Description |
---|
DotRecordBasedJavaFxNode(java.lang.String dotLabel,
org.eclipse.gef.dot.internal.language.rankdir.Rankdir rankdir)
Constructor for record based node shapes.
|
Modifier and Type | Method and Description |
---|---|
javafx.geometry.Bounds |
getBounds()
Applies CSS and returns the calculated bounds for the FX Pane
|
javafx.scene.layout.Pane |
getFxElement()
Returns the wrapped JavaFX Pane
|
public DotRecordBasedJavaFxNode(java.lang.String dotLabel, org.eclipse.gef.dot.internal.language.rankdir.Rankdir rankdir)
dotLabel
- The string representation of the record shape label.rankdir
- The rankdir set for the current graphpublic javafx.scene.layout.Pane getFxElement()
public javafx.geometry.Bounds getBounds()
Copyright (c) 2014 itemis AG and others. All rights reserved.