Interface IPaint

All Known Subinterfaces:
ISwtPaint

public interface IPaint
  • Method Details

    • copy

      IPaint copy()
      Returns:
    • getAlphaValue

      float getAlphaValue()
    • setAlphaValue

      void setAlphaValue(float value)
    • setBackgroundPaintFromGraphicsContext

      void setBackgroundPaintFromGraphicsContext(IGraphicsContext graphicsContext)
    • setForegroundPaintFromGraphicsContext

      void setForegroundPaintFromGraphicsContext(IGraphicsContext graphicsContext)