org.graphstream.ui.swingViewer.basicRenderer.shapes
Class Arrow
java.lang.Object
org.graphstream.ui.swingViewer.basicRenderer.shapes.Shape
org.graphstream.ui.swingViewer.basicRenderer.shapes.Arrow
public class Arrow
- extends Shape
Constructor Summary |
Arrow()
|
Methods inherited from class org.graphstream.ui.swingViewer.basicRenderer.shapes.Shape |
render |
Arrow
public Arrow()
setArrowLengthGu
public void setArrowLengthGu(int lengthGu)
setArrowWidthGu
public void setArrowWidthGu(int widthGu)
setFillColor
public void setFillColor(Color color)
setStrokeColor
public void setStrokeColor(Color color)
renderFill
public void renderFill(Graphics2D g,
GraphMetrics metrics)
- Description copied from class:
Shape
- Render the filled part of the shape.
- Specified by:
renderFill
in class Shape
- Parameters:
g
- The Swing graphics.
renderStroke
public void renderStroke(Graphics2D g,
GraphMetrics metrics)
- Description copied from class:
Shape
- Render the stroke of the shape.
- Specified by:
renderStroke
in class Shape
- Parameters:
g
- The Swing graphics.
Copyright © 2011. All Rights Reserved.