Documentation of 'sgtplot.StrokeDrawer' Java class
StrokeDrawer
sgtplot

Interface StrokeDrawer

  • All Known Implementing Classes:
    StrokeDrawer2


    public interface StrokeDrawer
    Defines 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 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

You see the box below because you did not login.