- generate(Image, File) - Method in interface com.microej.tool.ui.generator.ImageConverter
-
Generates a file from the given file in the given output folder.
- generate(Image, OutputStream) - Method in interface com.microej.tool.ui.generator.ImageConverter
-
Converts the given image in the given output stream.
- get(int, int) - Method in class com.microej.tool.ui.generator.BufferedImageLoader
-
- get(int, int) - Method in interface com.microej.tool.ui.generator.MicroUIRawImageGeneratorExtension
-
Gets the ARGB8888 pixel color at given position.
- getHeight() - Method in class com.microej.tool.ui.generator.BufferedImageLoader
-
- getHeight() - Method in interface com.microej.tool.ui.generator.MicroUIRawImageGeneratorExtension
-
Gets the current source image height in pixels.
- getImage() - Method in class com.microej.tool.ui.generator.BufferedImageLoader
-
Returns the current source image used.
- getInputData() - Method in interface com.microej.tool.ui.generator.Image
-
Returns a new BufferedInputStream on the image.
- getListFileExtensions() - Method in interface com.microej.tool.ui.generator.ImageConverter
-
Gets the exhaustive list of the list file extensions supported by this
converter.
- getName() - Method in interface com.microej.tool.ui.generator.Image
-
Returns the image name specified in ".images.list" file.
- getOptionalHeader() - Method in interface com.microej.tool.ui.generator.MicroUIRawImageGeneratorExtension
-
Returns a header the image generator has to store just before the pixels
data.
- getOptions() - Method in interface com.microej.tool.ui.generator.Image
-
Returns the options specified in ".images.list" file.
- getOutputFileExtension() - Method in interface com.microej.tool.ui.generator.ImageConverter
-
Returns the file extension to apply as suffix for the converted images.
- getOutputFormat() - Method in interface com.microej.tool.ui.generator.Image
-
Returns the format specified in ".images.list" file.
- getRelativePath() - Method in interface com.microej.tool.ui.generator.Image
-
Returns the relative path specified in ".images.list" file.
- getRelativePath() - Method in interface com.microej.tool.ui.generator.ImageConverter.OutputFile
-
Gets the relative path from the output folder.
- getStride(int) - Method in interface com.microej.tool.ui.generator.MicroUIRawImageGeneratorExtension
-
Returns the preferred row stride in pixels to respect in output image.
- getType() - Method in interface com.microej.tool.ui.generator.ImageConverter.OutputFile
-
Gets the file type.
- getWidth() - Method in class com.microej.tool.ui.generator.BufferedImageLoader
-
- getWidth() - Method in interface com.microej.tool.ui.generator.MicroUIRawImageGeneratorExtension
-
Gets the current source image width in pixels.