public class DotRecordBasedJavaFxNode
extends java.lang.Object
Constructor and Description |
---|
DotRecordBasedJavaFxNode(java.lang.String dotLabel,
org.eclipse.gef.dot.internal.language.rankdir.Rankdir rankdir,
java.lang.String zestNodeLabelCssStyle,
java.lang.String lineCssStyle)
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, java.lang.String zestNodeLabelCssStyle, java.lang.String lineCssStyle)
dotLabel
- The string representation of the record shape label.rankdir
- The rankdir set for the current graphzestNodeLabelCssStyle
- The zestNodeLabelCssStyle set for the text of the record-based
nodelineCssStyle
- The css style set for the lines of the record-based nodepublic javafx.scene.layout.Pane getFxElement()
public javafx.geometry.Bounds getBounds()
Copyright (c) 2014 itemis AG and others. All rights reserved.