public class OAImageCreator extends Object
Modifier and Type | Field and Description |
---|---|
protected Dimension |
dimSize |
protected BufferedImage |
image |
protected Color |
transparentColor |
Constructor and Description |
---|
OAImageCreator() |
Modifier and Type | Method and Description |
---|---|
void |
createGif(String fileName) |
void |
createJpeg(String fileName) |
void |
createPng(String fileName) |
Graphics |
getGraphics(Dimension d) |
Image |
getImage() |
Dimension |
getSize() |
Color |
getTransparentColor() |
void |
setTransparentColor(Color c) |
protected void |
verify(String fileName) |
protected Dimension dimSize
protected BufferedImage image
protected Color transparentColor
Copyright © 1999–2019 ViaOA. All rights reserved.