sgtplot
Interface StrokeDrawer
-
- All Known Implementing Classes:
- StrokeDrawer2
public interface StrokeDrawerDefines the methods that implement stroke drawing in sgtplot. This interface is necessary since sgtplot v2.0 will use Java2D functionality to draw strokes if it is available.- Since:
- 2.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voiddrawDashed(org.freehep.graphics2d.VectorGraphics g, int[] xout, int[] yout, int size, LineAttribute attr)voiddrawHeavy(org.freehep.graphics2d.VectorGraphics g, int[] xout, int[] yout, int size, LineAttribute attr)voiddrawHighlight(org.freehep.graphics2d.VectorGraphics g, int[] xout, int[] yout, int size, LineAttribute attr)voiddrawStroke(org.freehep.graphics2d.VectorGraphics g, int[] xout, int[] yout, int size, LineAttribute attr)
-
-
-
Method Detail
-
drawHeavy
void drawHeavy(org.freehep.graphics2d.VectorGraphics g, int[] xout, int[] yout, int size, LineAttribute attr)
-
drawDashed
void drawDashed(org.freehep.graphics2d.VectorGraphics g, int[] xout, int[] yout, int size, LineAttribute attr)
-
drawStroke
void drawStroke(org.freehep.graphics2d.VectorGraphics g, int[] xout, int[] yout, int size, LineAttribute attr)
-
drawHighlight
void drawHighlight(org.freehep.graphics2d.VectorGraphics g, int[] xout, int[] yout, int size, LineAttribute attr)
-
-
DMelt 3.0 © DataMelt by jWork.ORG