Uses of Class
omix.lang.Image
Package | Description |
---|---|
omix.lang |
This package contains types used in OVL.
|
omix.lang.model.accessory.annotation |
This package contains all data annotations available in OVL.
|
omix.plugin.model.writable.accessory.annotation |
-
Uses of Image in omix.lang
Methods in omix.lang that return Image Modifier and Type Method Description Image
Image. clone()
Image
FillPattern. getBitmap()
Image
Texture. getImage()
Constructors in omix.lang with parameters of type Image Constructor Description FillPattern(Color color, Image bitmap)
Creates a fill pattern with the submitted color and pattern bitmap.Texture(Image image)
The same as Texture(image, Scaling.Scale, true)Texture(Image image, boolean centered)
The same as Texture(image, Scaling.Scale, centered)Texture(Image image, Texture.Scaling scaling)
The same as Texture(image, scaling, true)Texture(Image image, Texture.Scaling scaling, boolean centered)
creates a new texture from image with the specified scaling and centering -
Uses of Image in omix.lang.model.accessory.annotation
Methods in omix.lang.model.accessory.annotation that return Image Modifier and Type Method Description Image
ImageField. image()
The image displayed in the network diagram. -
Uses of Image in omix.plugin.model.writable.accessory.annotation
Methods in omix.plugin.model.writable.accessory.annotation with parameters of type Image Modifier and Type Method Description void
ImageField. setImage(Image image)
The image displayed in the network diagram.