org.jzy3d.plot3d.primitives.graphs.layout
Class DefaultGraphFormatter<V,E>
- java.lang.Object
-
- org.jzy3d.plot3d.primitives.graphs.layout.DefaultGraphFormatter<V,E>
-
- All Implemented Interfaces:
- IGraphFormatter<V,E>
public class DefaultGraphFormatter<V,E> extends java.lang.Object implements IGraphFormatter<V,E>
-
-
Constructor Summary
Constructors Constructor and Description DefaultGraphFormatter()DefaultGraphFormatter(Color normal, Color highlight)
-
Method Summary
-
-
-
Method Detail
-
getVertexLabelColor
public Color getVertexLabelColor()
- Specified by:
getVertexLabelColorin interfaceIGraphFormatter<V,E>
-
setVertexLabelColor
public void setVertexLabelColor(Color vertexLabelColor)
- Specified by:
setVertexLabelColorin interfaceIGraphFormatter<V,E>
-
getVertexColor
public Color getVertexColor()
- Specified by:
getVertexColorin interfaceIGraphFormatter<V,E>
-
setVertexColor
public void setVertexColor(Color vertexColor)
- Specified by:
setVertexColorin interfaceIGraphFormatter<V,E>
-
getVertexWidth
public int getVertexWidth()
- Specified by:
getVertexWidthin interfaceIGraphFormatter<V,E>
-
setVertexWidth
public void setVertexWidth(int vertexWidth)
- Specified by:
setVertexWidthin interfaceIGraphFormatter<V,E>
-
getHighlightedVertexLabelColor
public Color getHighlightedVertexLabelColor()
- Specified by:
getHighlightedVertexLabelColorin interfaceIGraphFormatter<V,E>
-
setHighlightedVertexLabelColor
public void setHighlightedVertexLabelColor(Color highlightedVertexLabelColor)
- Specified by:
setHighlightedVertexLabelColorin interfaceIGraphFormatter<V,E>
-
getHighlightedVertexColor
public Color getHighlightedVertexColor()
- Specified by:
getHighlightedVertexColorin interfaceIGraphFormatter<V,E>
-
setHighlightedVertexColor
public void setHighlightedVertexColor(Color highlightedVertexColor)
- Specified by:
setHighlightedVertexColorin interfaceIGraphFormatter<V,E>
-
getHighlightedVertexWidth
public int getHighlightedVertexWidth()
- Specified by:
getHighlightedVertexWidthin interfaceIGraphFormatter<V,E>
-
setHighlightedVertexWidth
public void setHighlightedVertexWidth(int highlightedVertexWidth)
- Specified by:
setHighlightedVertexWidthin interfaceIGraphFormatter<V,E>
-
getEdgeLabelColor
public Color getEdgeLabelColor()
- Specified by:
getEdgeLabelColorin interfaceIGraphFormatter<V,E>
-
setEdgeLabelColor
public void setEdgeLabelColor(Color edgeLabelColor)
- Specified by:
setEdgeLabelColorin interfaceIGraphFormatter<V,E>
-
getEdgeColor
public Color getEdgeColor()
- Specified by:
getEdgeColorin interfaceIGraphFormatter<V,E>
-
setEdgeColor
public void setEdgeColor(Color edgeColor)
- Specified by:
setEdgeColorin interfaceIGraphFormatter<V,E>
-
getEdgeWidth
public int getEdgeWidth()
- Specified by:
getEdgeWidthin interfaceIGraphFormatter<V,E>
-
setEdgeWidth
public void setEdgeWidth(int edgeWidth)
- Specified by:
setEdgeWidthin interfaceIGraphFormatter<V,E>
-
getHighlightedEdgeLabelColor
public Color getHighlightedEdgeLabelColor()
- Specified by:
getHighlightedEdgeLabelColorin interfaceIGraphFormatter<V,E>
-
setHighlightedEdgeLabelColor
public void setHighlightedEdgeLabelColor(Color highlightedEdgeLabelColor)
- Specified by:
setHighlightedEdgeLabelColorin interfaceIGraphFormatter<V,E>
-
getHighlightedEdgeColor
public Color getHighlightedEdgeColor()
- Specified by:
getHighlightedEdgeColorin interfaceIGraphFormatter<V,E>
-
setHighlightedEdgeColor
public void setHighlightedEdgeColor(Color highlightedEdgeColor)
- Specified by:
setHighlightedEdgeColorin interfaceIGraphFormatter<V,E>
-
getHighlightedEdgeWidth
public int getHighlightedEdgeWidth()
- Specified by:
getHighlightedEdgeWidthin interfaceIGraphFormatter<V,E>
-
setHighlightedEdgeWidth
public void setHighlightedEdgeWidth(int highlightedEdgeWidth)
- Specified by:
setHighlightedEdgeWidthin interfaceIGraphFormatter<V,E>
-
areVerticesDisplayed
public boolean areVerticesDisplayed()
- Specified by:
areVerticesDisplayedin interfaceIGraphFormatter<V,E>
-
setVerticesDisplayed
public void setVerticesDisplayed(boolean nodeDisplayed)
- Specified by:
setVerticesDisplayedin interfaceIGraphFormatter<V,E>
-
areVertexLabelsDisplayed
public boolean areVertexLabelsDisplayed()
- Specified by:
areVertexLabelsDisplayedin interfaceIGraphFormatter<V,E>
-
setVertexLabelsDisplayed
public void setVertexLabelsDisplayed(boolean nodeLabelDisplayed)
- Specified by:
setVertexLabelsDisplayedin interfaceIGraphFormatter<V,E>
-
areEdgesDisplayed
public boolean areEdgesDisplayed()
- Specified by:
areEdgesDisplayedin interfaceIGraphFormatter<V,E>
-
setEdgesDisplayed
public void setEdgesDisplayed(boolean edgeDisplayed)
- Specified by:
setEdgesDisplayedin interfaceIGraphFormatter<V,E>
-
getVertexLabelHalign
public Halign getVertexLabelHalign()
- Specified by:
getVertexLabelHalignin interfaceIGraphFormatter<V,E>
-
setVertexLabelHalign
public void setVertexLabelHalign(Halign vertexLabelHalign)
- Specified by:
setVertexLabelHalignin interfaceIGraphFormatter<V,E>
-
getVertexLabelValign
public Valign getVertexLabelValign()
- Specified by:
getVertexLabelValignin interfaceIGraphFormatter<V,E>
-
setVertexLabelValign
public void setVertexLabelValign(Valign vertexLabelValign)
- Specified by:
setVertexLabelValignin interfaceIGraphFormatter<V,E>
-
-
DMelt 3.0 © DataMelt by jWork.ORG