Class PNGSymbolImage

java.lang.Object
org.csstudio.swt.widgets.symbol.AbstractSymbolImage
org.csstudio.swt.widgets.symbol.PNGSymbolImage
All Implemented Interfaces:
SymbolImage

public class PNGSymbolImage extends AbstractSymbolImage
  • Constructor Details

  • Method Details

    • setOriginalImageData

      public void setOriginalImageData(ImageData originalImageData)
    • paintFigure

      public void paintFigure(org.eclipse.draw2d.Graphics gfx)
      Description copied from interface: SymbolImage
      The main drawing routine.
      Parameters:
      gfx - The Graphics to use
    • resetData

      public void resetData()
      Specified by:
      resetData in class AbstractSymbolImage
    • getAutoSizedDimension

      public org.eclipse.draw2d.geometry.Dimension getAutoSizedDimension()
      Description copied from interface: SymbolImage
      Get the auto sized widget dimension according to the static image size.
      Specified by:
      getAutoSizedDimension in interface SymbolImage
      Specified by:
      getAutoSizedDimension in class AbstractSymbolImage
      Returns:
      The auto sized widget dimension.
    • syncLoadImage

      public void syncLoadImage()
    • asyncLoadImage

      public void asyncLoadImage()