public final class TemplateResolver extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TemplateResolver.RGB
A class to represent red/green/blue values.
|
| Constructor and Description |
|---|
TemplateResolver() |
| Modifier and Type | Method and Description |
|---|---|
void |
addActiveColor(Color oColor)
Add a new Color to the list of known colors.
|
void |
addActiveColor(int nRed,
int nGreen,
int nBlue)
Add a new Color to the list of known colors.
|
void |
addImage(ImageValue oImage)
Add a reference to a known Imagein the XFATemplate
|
void |
cleanupImages()
Remove all image references for this template.
|
List<TemplateResolver.RGB> |
enumActiveColors()
Enumerate the list of active colors as RGB structures.
|
List<ImageValue> |
getImages()
Return a list of Imagereferences.
|
public void addActiveColor(Color oColor)
oColor - the color to add to the list.public void addActiveColor(int nRed,
int nGreen,
int nBlue)
nRed - The red RGB value of the colornGreen - The green RGB value of the color.nBlue - The blue RGB value of the color.public void addImage(ImageValue oImage)
oImage - -
a reference to an Image.public void cleanupImages()
public List<TemplateResolver.RGB> enumActiveColors()
public List<ImageValue> getImages()
Copyright © 2010 - 2020 Adobe. All Rights Reserved