Package | Description |
---|---|
conexp.fx.gui.graph | |
conexp.fx.gui.graph.option |
Modifier and Type | Field and Description |
---|---|
protected EdgeHighlight |
Graph.HighlightRequest.edgeHighlightOption |
Constructor and Description |
---|
HighlightRequest(Set<T> elements,
EdgeHighlight edgeHighlightPolicy,
javafx.scene.paint.Color vertexColor,
javafx.scene.paint.Color edgeColor,
javafx.scene.paint.Color objectLabelBackColor,
javafx.scene.paint.Color objectLabelTextColor,
javafx.scene.paint.Color attributeLabelBackColor,
javafx.scene.paint.Color attributeLabelTextColor) |
Modifier and Type | Method and Description |
---|---|
static EdgeHighlight |
EdgeHighlight.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EdgeHighlight[] |
EdgeHighlight.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2010–2019 Francesco Kriegel. All rights reserved.