Package de.intarsys.cwt.common
Interface IPaint
- All Known Subinterfaces:
ISwtPaint
public interface IPaint
-
Method Summary
Modifier and TypeMethodDescriptioncopy()floatvoidsetAlphaValue(float value) voidsetBackgroundPaintFromGraphicsContext(IGraphicsContext graphicsContext) voidsetForegroundPaintFromGraphicsContext(IGraphicsContext graphicsContext)
-
Method Details
-
copy
IPaint copy()- Returns:
-
getAlphaValue
float getAlphaValue() -
setAlphaValue
void setAlphaValue(float value) -
setBackgroundPaintFromGraphicsContext
-
setForegroundPaintFromGraphicsContext
-