Class GwtJ2clFastPixelReaderWriter
java.lang.Object
dev.webfx.kit.launcher.spi.impl.gwtj2cl.GwtJ2clFastPixelReaderWriter
- All Implemented Interfaces:
FastPixelReader
,FastPixelReaderWriter
- Author:
- Bruno Salmon
-
Constructor Details
-
GwtJ2clFastPixelReaderWriter
-
-
Method Details
-
getImage
- Specified by:
getImage
in interfaceFastPixelReader
- Specified by:
getImage
in interfaceFastPixelReaderWriter
-
goToPixel
public void goToPixel(int x, int y) - Specified by:
goToPixel
in interfaceFastPixelReader
- Specified by:
goToPixel
in interfaceFastPixelReaderWriter
-
gotToNextPixel
public boolean gotToNextPixel()- Specified by:
gotToNextPixel
in interfaceFastPixelReader
- Specified by:
gotToNextPixel
in interfaceFastPixelReaderWriter
-
getRed
public int getRed()- Specified by:
getRed
in interfaceFastPixelReader
- Specified by:
getRed
in interfaceFastPixelReaderWriter
-
getGreen
public int getGreen()- Specified by:
getGreen
in interfaceFastPixelReader
- Specified by:
getGreen
in interfaceFastPixelReaderWriter
-
getBlue
public int getBlue()- Specified by:
getBlue
in interfaceFastPixelReader
- Specified by:
getBlue
in interfaceFastPixelReaderWriter
-
getOpacity
public int getOpacity()- Specified by:
getOpacity
in interfaceFastPixelReader
- Specified by:
getOpacity
in interfaceFastPixelReaderWriter
-
setRed
public void setRed(int red) - Specified by:
setRed
in interfaceFastPixelReaderWriter
-
setGreen
public void setGreen(int green) - Specified by:
setGreen
in interfaceFastPixelReaderWriter
-
setBlue
public void setBlue(int blue) - Specified by:
setBlue
in interfaceFastPixelReaderWriter
-
setOpacity
public void setOpacity(int opacity) - Specified by:
setOpacity
in interfaceFastPixelReaderWriter
-