|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.lee.mugen.imageIO.RawScale3x
public class RawScale3x
A simple implementation of the Scale3x algorithm for scaling raw image data.
| Constructor Summary | |
|---|---|
RawScale3x(int[] imageData,
int dataWidth,
int dataHeight)
Create a new scaler based on some raw data. |
|
| Method Summary | |
|---|---|
int[] |
getScaledData()
Get the scale image data. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RawScale3x(int[] imageData,
int dataWidth,
int dataHeight)
imageData - The source image datadataWidth - The width of the source imagedataHeight - The height of the source image| Method Detail |
|---|
public int[] getScaledData()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||