Packages

 

com.aspose.psd.imageoptions

Class GraphicsOptions



  • public class GraphicsOptions
    extends Object

    Represents graphics options for embedded bitmap.

    • Constructor Detail

      • GraphicsOptions

        public GraphicsOptions()

        Initializes a new instance of the GraphicsOptions class.

    • Method Detail

      • getTextRenderingHint

        public int getTextRenderingHint()

        Gets or sets text rendering hint.

        See Also:
        TextRenderingHint
      • setTextRenderingHint

        public void setTextRenderingHint(int value)

        Gets or sets text rendering hint.

        See Also:
        TextRenderingHint
      • getSmoothingMode

        public int getSmoothingMode()

        Gets or sets smoothing mode.

        See Also:
        SmoothingMode
      • setSmoothingMode

        public void setSmoothingMode(int value)

        Gets or sets smoothing mode.

        See Also:
        SmoothingMode
      • getInterpolationMode

        public int getInterpolationMode()

        Gets or sets interpolation mode.

        See Also:
        InterpolationMode
      • setInterpolationMode

        public void setInterpolationMode(int value)

        Gets or sets interpolation mode.

        See Also:
        InterpolationMode