Interface IGraphFormatter<V,E>
- All Known Implementing Classes:
DefaultGraphFormatter
public interface IGraphFormatter<V,E>
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
int
int
int
int
void
setEdgeColor
(Color edgeColor) void
setEdgeLabelColor
(Color edgeLabelColor) void
setEdgesDisplayed
(boolean edgeDisplayed) void
setEdgeWidth
(int edgeWidth) void
setHighlightedEdgeColor
(Color highlightedEdgeColor) void
setHighlightedEdgeLabelColor
(Color highlightedEdgeLabelColor) void
setHighlightedEdgeWidth
(int highlightedEdgeWidth) void
setHighlightedVertexColor
(Color highlightedVertexColor) void
setHighlightedVertexLabelColor
(Color highlightedVertexLabelColor) void
setHighlightedVertexWidth
(int highlightedVertexWidth) void
setVertexColor
(Color vertexColor) void
setVertexLabelColor
(Color vertexLabelColor) void
setVertexLabelHalign
(Horizontal vertexLabelHalign) void
setVertexLabelsDisplayed
(boolean nodeLabelDisplayed) void
setVertexLabelValign
(Vertical vertexLabelValign) void
setVertexWidth
(int vertexWidth) void
setVerticesDisplayed
(boolean nodeDisplayed)
-
Method Details
-
getVertexLabelColor
Color getVertexLabelColor() -
setVertexLabelColor
-
getVertexColor
Color getVertexColor() -
setVertexColor
-
getVertexWidth
int getVertexWidth() -
setVertexWidth
void setVertexWidth(int vertexWidth) -
getHighlightedVertexLabelColor
Color getHighlightedVertexLabelColor() -
setHighlightedVertexLabelColor
-
getHighlightedVertexColor
Color getHighlightedVertexColor() -
setHighlightedVertexColor
-
getHighlightedVertexWidth
int getHighlightedVertexWidth() -
setHighlightedVertexWidth
void setHighlightedVertexWidth(int highlightedVertexWidth) -
getEdgeLabelColor
Color getEdgeLabelColor() -
setEdgeLabelColor
-
getEdgeColor
Color getEdgeColor() -
setEdgeColor
-
getEdgeWidth
int getEdgeWidth() -
setEdgeWidth
void setEdgeWidth(int edgeWidth) -
getHighlightedEdgeLabelColor
Color getHighlightedEdgeLabelColor() -
setHighlightedEdgeLabelColor
-
getHighlightedEdgeColor
Color getHighlightedEdgeColor() -
setHighlightedEdgeColor
-
getHighlightedEdgeWidth
int getHighlightedEdgeWidth() -
setHighlightedEdgeWidth
void setHighlightedEdgeWidth(int highlightedEdgeWidth) -
areVerticesDisplayed
boolean areVerticesDisplayed() -
setVerticesDisplayed
void setVerticesDisplayed(boolean nodeDisplayed) -
areVertexLabelsDisplayed
boolean areVertexLabelsDisplayed() -
setVertexLabelsDisplayed
void setVertexLabelsDisplayed(boolean nodeLabelDisplayed) -
areEdgesDisplayed
boolean areEdgesDisplayed() -
setEdgesDisplayed
void setEdgesDisplayed(boolean edgeDisplayed) -
setVertexLabelValign
-
getVertexLabelValign
Vertical getVertexLabelValign() -
setVertexLabelHalign
-
getVertexLabelHalign
Horizontal getVertexLabelHalign()
-