public interface IInterior
| Modifier and Type | Method and Description |
|---|---|
Color |
getColor()
Gets the Color of the represented interior.
|
int |
getColorIndex()
Gets the color of the interior.
|
java.lang.Object |
getGradient()
Gets the Gradient property of an Interior object of a selection.
|
Pattern |
getPattern()
Gets the interior pattern.
|
Color |
getPatternColor()
Gets the Color of the pattern for the represented interior.
|
int |
getPatternColorIndex()
Gets the color of the interior pattern as an index into the current color
palette.
|
ThemeColor |
getPatternThemeColor()
Gets a theme color pattern for an Interior object.
|
double |
getPatternTintAndShade()
Gets a tint and shade pattern for an Interior object.
|
ThemeColor |
getThemeColor()
Gets the theme color in the applied color scheme that is associated with the
specified object.
|
double |
getTintAndShade()
Gets a value that lightens or darkens a color.
|
void |
setColor(Color value)
Sets the Color of the represented interior.
|
void |
setColorIndex(int value)
Sets the color of the interior.
|
void |
setPattern(Pattern value)
Sets the interior pattern.
|
void |
setPatternColor(Color value)
Sets the Color of the pattern for the represented interior.
|
void |
setPatternColorIndex(int value)
Sets the color of the interior pattern as an index into the current color
palette.
|
void |
setPatternThemeColor(ThemeColor value)
Sets a theme color pattern for an Interior object.
|
void |
setPatternTintAndShade(double value)
Sets a tint and shade pattern for an Interior object.
|
void |
setThemeColor(ThemeColor value)
Sets the theme color in the applied color scheme that is associated with the
specified object.
|
void |
setTintAndShade(double value)
Sets a value that lightens or darkens a color.
|
Color getColor()
void setColor(Color value)
int getColorIndex()
void setColorIndex(int value)
ThemeColor getThemeColor()
void setThemeColor(ThemeColor value)
double getTintAndShade()
void setTintAndShade(double value)
Pattern getPattern()
void setPattern(Pattern value)
Color getPatternColor()
void setPatternColor(Color value)
int getPatternColorIndex()
void setPatternColorIndex(int value)
ThemeColor getPatternThemeColor()
void setPatternThemeColor(ThemeColor value)
double getPatternTintAndShade()
void setPatternTintAndShade(double value)
java.lang.Object getGradient()