public class AutomatonGraphRenderer extends GraphRenderer<AutomatonNode,AutomatonEdge,RectangularCoordinate,AutomatonGraph> implements UpdateEventListener<GraphUpdatedEvent>
GraphRenderer.RenderingMode| Constructor and Description |
|---|
AutomatonGraphRenderer() |
AutomatonGraphRenderer(AutomatonGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
drawEdge(AutomatonEdge edge) |
protected void |
drawNode(AutomatonNode node) |
BioGraphRenderOptions |
getBioRenderingOptions() |
void |
onEventReceived(GraphUpdatedEvent event) |
void |
render(AutomatonGraph graph) |
void |
renderVoronoi(boolean flag) |
void |
rescaleColors(AutomatonGraph graph) |
arrangeGraph, arrangeOnce, drawDiagram, drawingHeightProperty, drawingWidthProperty, fillBackground, getDrawingHeight, getDrawingWidth, getGraphicsContext, getGraphQueue, getRenderingMode, getRenderingOptions, handle, relaxGraph, relaxOnce, renderingModeProperty, setGraphicsContext, setRenderAfter, setRenderBefore, setRenderingMode, setRenderingOptionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconnectPoints, dashLineSegment, fillCircle, fillDraggedRectangle, fillPoint, fillPoint, fillPolygon, fillPolygon, fillRectangle, strokeCircle, strokeCircle, strokeLine, strokeLineSegment, strokeLineSegmentWithArrow, strokeParabola, strokeParabola, strokePolygon, strokeRectangle, strokeStraight, strokeTextCenteredOnPointpublic AutomatonGraphRenderer(AutomatonGraph graph)
public AutomatonGraphRenderer()
public BioGraphRenderOptions getBioRenderingOptions()
public void render(AutomatonGraph graph)
render in class GraphRenderer<AutomatonNode,AutomatonEdge,RectangularCoordinate,AutomatonGraph>protected void drawNode(AutomatonNode node)
drawNode in class GraphRenderer<AutomatonNode,AutomatonEdge,RectangularCoordinate,AutomatonGraph>protected void drawEdge(AutomatonEdge edge)
drawEdge in class GraphRenderer<AutomatonNode,AutomatonEdge,RectangularCoordinate,AutomatonGraph>public void renderVoronoi(boolean flag)
renderVoronoi in class GraphRenderer<AutomatonNode,AutomatonEdge,RectangularCoordinate,AutomatonGraph>public void onEventReceived(GraphUpdatedEvent event)
onEventReceived in interface UpdateEventListener<GraphUpdatedEvent>public void rescaleColors(AutomatonGraph graph)
Copyright © 2019. All rights reserved.