Class RowTypeRendererScanDot

java.lang.Object
ext.plantuml.com.ctreber.acearth.renderer.RowTypeRendererScanDot
All Implemented Interfaces:
RowTypeRenderer

public class RowTypeRendererScanDot extends Object implements RowTypeRenderer

Renders a row of ScanDots to pixel types.

© 2002 Christian Treber, [email protected] (Nov 11, 2002)

  • Constructor Details

    • RowTypeRendererScanDot

      public RowTypeRendererScanDot()
  • Method Details

    • startNewRun

      public void startNewRun()
      Description copied from interface: RowTypeRenderer

      Each time when rendering an image, call startNewRun() first.

      Specified by:
      startNewRun in interface RowTypeRenderer
    • getPixelTypes

      public void getPixelTypes(int pRowNo, int[] pPixelTypes)
      Description copied from interface: RowTypeRenderer

      Set pixel type for specified row number. Note some pixel types might be already set. The renderer can build on this information or overwrite it.

      Specified by:
      getPixelTypes in interface RowTypeRenderer
    • setScanDots

      public void setScanDots(ScanDot[] pScanDots)