public class BioGraphRenderOptions extends Object
| Constructor and Description |
|---|
BioGraphRenderOptions() |
| Modifier and Type | Method and Description |
|---|---|
javafx.scene.paint.Color |
getColorForUpdatable(Updatable node) |
javafx.scene.paint.Color |
getEdgeColor(AutomatonEdge edge) |
ChemicalEntity |
getEdgeHighlightEntity() |
ColorScale |
getNodeColorScale() |
ChemicalEntity |
getNodeHighlightEntity() |
RenderingMode |
getRenderingMode() |
void |
setEdgeHighlightEntity(ChemicalEntity edgeHighlightEntity) |
void |
setNodeColorScale(ColorScale nodeColorScale) |
void |
setNodeHighlightEntity(ChemicalEntity species) |
void |
setRenderingMode(RenderingMode renderingMode) |
public RenderingMode getRenderingMode()
public void setRenderingMode(RenderingMode renderingMode)
public ColorScale getNodeColorScale()
public void setNodeColorScale(ColorScale nodeColorScale)
public ChemicalEntity getNodeHighlightEntity()
public void setNodeHighlightEntity(ChemicalEntity species)
public ChemicalEntity getEdgeHighlightEntity()
public void setEdgeHighlightEntity(ChemicalEntity edgeHighlightEntity)
public javafx.scene.paint.Color getColorForUpdatable(Updatable node)
public javafx.scene.paint.Color getEdgeColor(AutomatonEdge edge)
Copyright © 2018. All rights reserved.