Uses of Class
it.tidalwave.image.EditableImage.DataType
-
Packages that use EditableImage.DataType Package Description it.tidalwave.image it.tidalwave.image.java2d it.tidalwave.image.op -
-
Uses of EditableImage.DataType in it.tidalwave.image
Methods in it.tidalwave.image that return EditableImage.DataType Modifier and Type Method Description EditableImage.DataType
EditableImage. getDataType()
Returns the dataType used by this image.abstract EditableImage.DataType
ImageModel. getDataType()
static EditableImage.DataType
EditableImage.DataType. valueOf(int value)
Returns the enum constant of this type with the specified name.static EditableImage.DataType
EditableImage.DataType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static EditableImage.DataType[]
EditableImage.DataType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EditableImage.DataType in it.tidalwave.image.java2d
Methods in it.tidalwave.image.java2d that return EditableImage.DataType Modifier and Type Method Description EditableImage.DataType
ImageModelJ2D. getDataType()
-
Uses of EditableImage.DataType in it.tidalwave.image.op
Methods in it.tidalwave.image.op that return EditableImage.DataType Modifier and Type Method Description EditableImage.DataType
CreateOp. getDataType()
EditableImage.DataType
ChangeFormatOp. getType()
Constructors in it.tidalwave.image.op with parameters of type EditableImage.DataType Constructor Description ChangeFormatOp(EditableImage.DataType type)
CreateFunctionOp(int width, int height, ImageFunction function, EditableImage.DataType dataType)
Creates a new operation which will create an image.CreateOp(int width, int height, EditableImage.DataType dataType)
Create a black monochromatic image (i.e.CreateOp(int width, int height, EditableImage.DataType dataType, double... filler)
Create a multi-band image with the specified data type.CreateOp(int width, int height, EditableImage.DataType dataType, java.awt.Color color)
Create an RGB image with the specified data type.
-