|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ImageMap | |
---|---|
artofillusion | |
artofillusion.image | |
artofillusion.material | |
artofillusion.procedural | |
artofillusion.texture |
Uses of ImageMap in artofillusion |
---|
Methods in artofillusion that return ImageMap | |
---|---|
ImageMap |
Scene.getImage(int i)
Get the i'th image map. |
Methods in artofillusion with parameters of type ImageMap | |
---|---|
void |
Scene.addImage(ImageMap im)
Add an image map to the scene. |
int |
Scene.indexOf(ImageMap im)
Get the index of the specified image map. |
Uses of ImageMap in artofillusion.image |
---|
Subclasses of ImageMap in artofillusion.image | |
---|---|
class |
HDRImage
HDRImage is an ImageMap subclass. |
class |
MIPMappedImage
MIPMappedImage is an ImageMap subclass. |
class |
SVGImage
|
Methods in artofillusion.image that return ImageMap | |
---|---|
ImageMap |
ImageOrValue.getImage()
Get the image, or null if it is a single value. |
ImageMap |
ImageOrColor.getImage()
Get the image, or null if it is a single color. |
ImageMap |
ImagesDialog.getSelection()
|
static ImageMap |
ImageMap.loadImage(java.io.File file)
Construct an appropriate subclass of ImageMap from an image file. |
Constructors in artofillusion.image with parameters of type ImageMap | |
---|---|
ImageOrColor(RGBColor scaleColor,
ImageMap theMap)
|
|
ImageOrValue(float scale,
ImageMap theMap,
int whichComponent)
|
|
ImagesDialog(BFrame fr,
Scene sc,
ImageMap selected)
|
Uses of ImageMap in artofillusion.material |
---|
Methods in artofillusion.material with parameters of type ImageMap | |
---|---|
boolean |
ProceduralMaterial3D.usesImage(ImageMap image)
Determine whether this Material uses the specified image. |
boolean |
Material.usesImage(ImageMap image)
Return true if this Material makes use of the specified ImageMap. |
Uses of ImageMap in artofillusion.procedural |
---|
Methods in artofillusion.procedural that return ImageMap | |
---|---|
ImageMap |
ImageModule.getMap()
Get the image map used by this module. |
Methods in artofillusion.procedural with parameters of type ImageMap | |
---|---|
void |
ImageModule.setMap(ImageMap map)
Set the image map used by this module. |
Uses of ImageMap in artofillusion.texture |
---|
Methods in artofillusion.texture with parameters of type ImageMap | |
---|---|
boolean |
Texture.usesImage(ImageMap image)
Return true if this Texture makes use of the specified ImageMap. |
boolean |
ProceduralTexture3D.usesImage(ImageMap image)
Determine whether this Texture uses the specified image. |
boolean |
ProceduralTexture2D.usesImage(ImageMap image)
Determine whether this Texture uses the specified image. |
boolean |
LayeredTexture.usesImage(ImageMap image)
Determine whether this Texture uses the specified image. |
boolean |
ImageMapTexture.usesImage(ImageMap image)
Determine whether this Texture uses the specified image. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |