パッケージ | 説明 |
---|---|
pojos |
修飾子とタイプ | メソッドと説明 |
---|---|
PixelsData |
ImageData.getDefaultPixels()
Returns the default set of pixels.
|
修飾子とタイプ | メソッドと説明 |
---|---|
java.util.List<PixelsData> |
ImageData.getAllPixels()
Returns all the sets of pixels related to this image.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
ImageData.setDefaultPixels(PixelsData defaultPixels)
Sets the default set of pixels.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
ImageData.setAllPixels(java.util.List<PixelsData> newValue)
Sets the set of pixels related to this image.
|