com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class GraphInfo

  • All Implemented Interfaces:
    com.aspose.ms.System.ICloneable


    public final class GraphInfo
    extends Object
    implements com.aspose.ms.System.ICloneable

    Represents graphics info.

    • Constructor Summary

      Constructors 
      Constructor and Description
      GraphInfo() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      Object deepClone()
      Clone the graphics info.
      Color getColor()
      Gets a Color object that indicates the color of the graph.
      int[] getDashArray()
      Gets a dash array.
      int getDashPhase()
      Gets a dash phase.
      Color getFillColor()
      Gets a Color object that indicates the fill color of the graph.
      float getLineWidth()
      Gets a float value that indicates the line width of the graph.
      double getRotationAngle()
      Gets a float value that indicates the rotation angle of the coordinate system when transforming a coordinate system.
      double getScalingRateX()
      Gets a float value that indicates the scaling rate of the x-coordinate when transforming a coordinate system.
      double getScalingRateY()
      Gets a float value that indicates the scaling rate of the y-coordinate when transforming a coordinate system.
      double getSkewAngleX()
      Gets a float value that indicates the skew angle of the x-coordinate when transforming a coordinate system.
      double getSkewAngleY()
      Gets a float value that indicates the skew angle of the y-coordinate when transforming a coordinate system.
      boolean isDoubled()
      Gets is border doubled.
      void setColor(Color value)
      Sets a Color object that indicates the color of the graph.
      void setDashArray(int[] value)
      Sets a dash array.
      void setDashPhase(int value)
      Sets a dash phase.
      void setDoubled(boolean value)
      Sets is border doubled.
      void setFillColor(Color value)
      Sets a Color object that indicates the fill color of the graph.
      void setLineWidth(float value)
      Sets a float value that indicates the line width of the graph.
      void setRotationAngle(double value)
      Sets a float value that indicates the rotation angle of the coordinate system when transforming a coordinate system.
      void setScalingRateX(double value)
      Sets a float value that indicates the scaling rate of the x-coordinate when transforming a coordinate system.
      void setScalingRateY(double value)
      Sets a float value that indicates the scaling rate of the y-coordinate when transforming a coordinate system.
      void setSkewAngleX(double value)
      Sets a float value that indicates the skew angle of the x-coordinate when transforming a coordinate system.
      void setSkewAngleY(double value)
      Sets a float value that indicates the skew angle of the y-coordinate when transforming a coordinate system.
    • Constructor Detail

      • GraphInfo

        public GraphInfo()
    • Method Detail

      • getLineWidth

        public float getLineWidth()

        Gets a float value that indicates the line width of the graph.

        Returns:
        value that indicates the line width.
      • setLineWidth

        public void setLineWidth(float value)

        Sets a float value that indicates the line width of the graph.

        Parameters:
        value - value that indicates the line width.
      • getColor

        public Color getColor()

        Gets a Color object that indicates the color of the graph.

        Returns:
        object that indicates the color
      • setColor

        public void setColor(Color value)

        Sets a Color object that indicates the color of the graph.

        Parameters:
        value - object that indicates the color
      • getDashArray

        public int[] getDashArray()

        Gets a dash array.

        Returns:
        dash array
      • setDashArray

        public void setDashArray(int[] value)

        Sets a dash array.

        Parameters:
        value - dash array
      • getDashPhase

        public int getDashPhase()

        Gets a dash phase.

        Returns:
        dash phase.
      • setDashPhase

        public void setDashPhase(int value)

        Sets a dash phase.

        Parameters:
        value - dash phase.
      • getFillColor

        public Color getFillColor()

        Gets a Color object that indicates the fill color of the graph.

        Returns:
        object that indicates the fill color
      • setFillColor

        public void setFillColor(Color value)

        Sets a Color object that indicates the fill color of the graph.

        Parameters:
        value - object that indicates the fill color
      • isDoubled

        public boolean isDoubled()

        Gets is border doubled.

        Returns:
        boolean value
      • setDoubled

        public void setDoubled(boolean value)

        Sets is border doubled.

        Parameters:
        value - boolean value
      • getSkewAngleX

        public double getSkewAngleX()

        Gets a float value that indicates the skew angle of the x-coordinate when transforming a coordinate system.

        Returns:
        double value
      • setSkewAngleX

        public void setSkewAngleX(double value)

        Sets a float value that indicates the skew angle of the x-coordinate when transforming a coordinate system.

        Parameters:
        value - double value
      • getSkewAngleY

        public double getSkewAngleY()

        Gets a float value that indicates the skew angle of the y-coordinate when transforming a coordinate system.

        Returns:
        double value
      • setSkewAngleY

        public void setSkewAngleY(double value)

        Sets a float value that indicates the skew angle of the y-coordinate when transforming a coordinate system.

        Parameters:
        value - double value
      • getScalingRateX

        public double getScalingRateX()

        Gets a float value that indicates the scaling rate of the x-coordinate when transforming a coordinate system.

        Returns:
        double value
      • setScalingRateX

        public void setScalingRateX(double value)

        Sets a float value that indicates the scaling rate of the x-coordinate when transforming a coordinate system.

        Parameters:
        value - double value
      • getScalingRateY

        public double getScalingRateY()

        Gets a float value that indicates the scaling rate of the y-coordinate when transforming a coordinate system.

        Returns:
        double value
      • setScalingRateY

        public void setScalingRateY(double value)

        Sets a float value that indicates the scaling rate of the y-coordinate when transforming a coordinate system.

        Parameters:
        value - double value
      • getRotationAngle

        public double getRotationAngle()

        Gets a float value that indicates the rotation angle of the coordinate system when transforming a coordinate system.

        Returns:
        double value
      • setRotationAngle

        public void setRotationAngle(double value)

        Sets a float value that indicates the rotation angle of the coordinate system when transforming a coordinate system.

        Parameters:
        value - double value
      • deepClone

        public Object deepClone()

        Clone the graphics info.

        Specified by:
        deepClone in interface com.aspose.ms.System.ICloneable
        Returns:
        The cloned object