接口 IInterior


public interface IInterior
Represents the interior of an object.
  • 方法详细资料

    • getColor

      Color getColor()
      Gets the Color of the represented interior.
    • setColor

      void setColor(Color value)
      Sets the Color of the represented interior.
    • getColorIndex

      int getColorIndex()
      Gets the color of the interior.
    • setColorIndex

      void setColorIndex(int value)
      Sets the color of the interior.
    • getThemeColor

      ThemeColor getThemeColor()
      Gets the theme color in the applied color scheme that is associated with the specified object.
    • setThemeColor

      void setThemeColor(ThemeColor value)
      Sets the theme color in the applied color scheme that is associated with the specified object.
    • getTintAndShade

      double getTintAndShade()
      Gets a value that lightens or darkens a color. The valid number is from -1 (darkest) to 1 (lightest). Zero (0) is neutral.
    • setTintAndShade

      void setTintAndShade(double value)
      Sets a value that lightens or darkens a color. The valid number is from -1 (darkest) to 1 (lightest). Zero (0) is neutral.
    • getPattern

      Pattern getPattern()
      Gets the interior pattern.
    • setPattern

      void setPattern(Pattern value)
      Sets the interior pattern.
    • getPatternColor

      Color getPatternColor()
      Gets the Color of the pattern for the represented interior.
    • setPatternColor

      void setPatternColor(Color value)
      Sets the Color of the pattern for the represented interior.
    • getPatternColorIndex

      int getPatternColorIndex()
      Gets the color of the interior pattern as an index into the current color palette.
    • setPatternColorIndex

      void setPatternColorIndex(int value)
      Sets the color of the interior pattern as an index into the current color palette.
    • getPatternThemeColor

      ThemeColor getPatternThemeColor()
      Gets a theme color pattern for an Interior object.
    • setPatternThemeColor

      void setPatternThemeColor(ThemeColor value)
      Sets a theme color pattern for an Interior object.
    • getPatternTintAndShade

      double getPatternTintAndShade()
      Gets a tint and shade pattern for an Interior object. The valid number is from -1 (darkest) to 1 (lightest). Zero (0) is neutral.
    • setPatternTintAndShade

      void setPatternTintAndShade(double value)
      Sets a tint and shade pattern for an Interior object. The valid number is from -1 (darkest) to 1 (lightest). Zero (0) is neutral.
    • getGradient

      Object getGradient()
      Gets the Gradient property of an Interior object of a selection.