java.lang.Object
org.praxislive.video.render.Surface
org.praxislive.video.render.utils.BufferedImageSurface
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckCompatible(Surface surface, boolean checkDimensions, boolean checkAlpha) voidclear()voidcreateSurface(int width, int height, boolean alpha) protected BufferedImagegetImage()intbooleanisClear()static BufferedImageSurfacevoidvoidrelease()void
-
Constructor Details
-
BufferedImageSurface
public BufferedImageSurface(int width, int height, boolean alpha)
-
-
Method Details
-
createSurface
- Specified by:
createSurfacein classSurface
-
release
public void release() -
getImage
-
checkCompatible
- Specified by:
checkCompatiblein classSurface
-
clear
public void clear() -
isClear
public boolean isClear() -
copy
-
process
-
save
- Throws:
IOException
-
getModCount
public int getModCount()- Specified by:
getModCountin classSurface
-
load
- Throws:
IOException
-