sgtplot
Class StrokeDrawer2
- java.lang.Object
-
- sgtplot.StrokeDrawer2
-
- All Implemented Interfaces:
- java.lang.Cloneable, StrokeDrawer
public class StrokeDrawer2 extends java.lang.Object implements StrokeDrawer, java.lang.Cloneable
Implements stroke drawing using Java2D functionality.- Since:
- 2.1
-
-
Constructor Summary
Constructors Constructor and Description StrokeDrawer2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voiddrawDashed(org.freehep.graphics2d.VectorGraphics g2, int[] xout, int[] yout, int size, LineAttribute attr)voiddrawHeavy(org.freehep.graphics2d.VectorGraphics g2, int[] xout, int[] yout, int size, LineAttribute attr)voiddrawHighlight(org.freehep.graphics2d.VectorGraphics g2, int[] xout, int[] yout, int size, LineAttribute attr)voiddrawStroke(org.freehep.graphics2d.VectorGraphics g2, int[] xout, int[] yout, int size, LineAttribute attr)
-
-
-
Method Detail
-
drawHeavy
public void drawHeavy(org.freehep.graphics2d.VectorGraphics g2, int[] xout, int[] yout, int size, LineAttribute attr)- Specified by:
drawHeavyin interfaceStrokeDrawer
-
drawDashed
public void drawDashed(org.freehep.graphics2d.VectorGraphics g2, int[] xout, int[] yout, int size, LineAttribute attr)- Specified by:
drawDashedin interfaceStrokeDrawer
-
drawStroke
public void drawStroke(org.freehep.graphics2d.VectorGraphics g2, int[] xout, int[] yout, int size, LineAttribute attr)- Specified by:
drawStrokein interfaceStrokeDrawer
-
drawHighlight
public void drawHighlight(org.freehep.graphics2d.VectorGraphics g2, int[] xout, int[] yout, int size, LineAttribute attr)- Specified by:
drawHighlightin interfaceStrokeDrawer
-
-
DMelt 3.0 © DataMelt by jWork.ORG