public class Dot2ZestAttributesConverter
extends java.lang.Object
implements org.eclipse.gef.common.attributes.IAttributeCopier
Graph
that is attributed with
DotAttributes
into a Graph
that is attributed with
ZestProperties
.Modifier and Type | Class and Description |
---|---|
static class |
Dot2ZestAttributesConverter.Options |
Modifier and Type | Field and Description |
---|---|
DotFontUtil |
fontUtil |
Constructor and Description |
---|
Dot2ZestAttributesConverter() |
Modifier and Type | Method and Description |
---|---|
protected void |
convertAttributes(org.eclipse.gef.graph.Edge dot,
org.eclipse.gef.graph.Edge zest) |
protected void |
convertAttributes(org.eclipse.gef.graph.Graph dot,
org.eclipse.gef.graph.Graph zest) |
protected void |
convertAttributes(org.eclipse.gef.graph.Node dot,
org.eclipse.gef.graph.Node zest) |
void |
copy(org.eclipse.gef.common.attributes.IAttributeStore source,
org.eclipse.gef.common.attributes.IAttributeStore target) |
javafx.geometry.Bounds |
getBounds(javafx.scene.Node fxNode)
Bounds for the JavaFxElement after CSS
|
Dot2ZestAttributesConverter.Options |
options() |
public final DotFontUtil fontUtil
public void copy(org.eclipse.gef.common.attributes.IAttributeStore source, org.eclipse.gef.common.attributes.IAttributeStore target)
copy
in interface org.eclipse.gef.common.attributes.IAttributeCopier
protected void convertAttributes(org.eclipse.gef.graph.Edge dot, org.eclipse.gef.graph.Edge zest)
protected void convertAttributes(org.eclipse.gef.graph.Node dot, org.eclipse.gef.graph.Node zest)
protected void convertAttributes(org.eclipse.gef.graph.Graph dot, org.eclipse.gef.graph.Graph zest)
public Dot2ZestAttributesConverter.Options options()
public javafx.geometry.Bounds getBounds(javafx.scene.Node fxNode)
fxNode
- the fxnode of which the bounds should be calculatedCopyright (c) 2014 itemis AG and others. All rights reserved.