public class GraphRenderOptions extends Object
Color.SEAGREEN)
Color.DIMGRAY)
Color.SLATEGRAY)
Color.WHITE)
| Constructor and Description |
|---|
GraphRenderOptions() |
| Modifier and Type | Method and Description |
|---|---|
javafx.scene.paint.Color |
getBackgroundColor() |
javafx.scene.paint.Color |
getEdgeColor() |
double |
getEdgeThickness() |
javafx.scene.paint.Color |
getIdentifierTextColor() |
javafx.scene.paint.Color |
getNodeColor() |
double |
getNodeDiameter() |
boolean |
isDisplayingEdges() |
boolean |
isDisplayingIdentifierText() |
boolean |
isDisplayingNodes() |
void |
setBackgroundColor(javafx.scene.paint.Color backgroundColor) |
void |
setDisplayingEdges(boolean displayingEdges) |
void |
setDisplayingIdentifierText(boolean displayingIdentifierText) |
void |
setDisplayingNodes(boolean displayingNodes) |
void |
setEdgeColor(javafx.scene.paint.Color edgeColor) |
void |
setEdgeThickness(double edgeThickness) |
void |
setIdentifierTextColor(javafx.scene.paint.Color identifierTextColor) |
void |
setNodeColor(javafx.scene.paint.Color nodeColor) |
void |
setNodeDiameter(double nodeDiameter) |
public double getNodeDiameter()
public void setNodeDiameter(double nodeDiameter)
public javafx.scene.paint.Color getNodeColor()
public void setNodeColor(javafx.scene.paint.Color nodeColor)
public boolean isDisplayingNodes()
public void setDisplayingNodes(boolean displayingNodes)
public javafx.scene.paint.Color getEdgeColor()
public void setEdgeColor(javafx.scene.paint.Color edgeColor)
public double getEdgeThickness()
public void setEdgeThickness(double edgeThickness)
public boolean isDisplayingEdges()
public void setDisplayingEdges(boolean displayingEdges)
public javafx.scene.paint.Color getIdentifierTextColor()
public void setIdentifierTextColor(javafx.scene.paint.Color identifierTextColor)
public javafx.scene.paint.Color getBackgroundColor()
public void setBackgroundColor(javafx.scene.paint.Color backgroundColor)
public boolean isDisplayingIdentifierText()
public void setDisplayingIdentifierText(boolean displayingIdentifierText)
Copyright © 2017. All rights reserved.