Class PerspectiveQuad

java.lang.Object
com.scene7.ipsapi.PerspectiveQuad

public class PerspectiveQuad extends Object

Java class for PerspectiveQuad complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PerspectiveQuad">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="x0" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="y0" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="x1" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="y1" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="x2" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="y2" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="x3" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="y3" type="{http://www.w3.org/2001/XMLSchema}double"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    Gets the value of the x0 property.
    double
    Gets the value of the x1 property.
    double
    Gets the value of the x2 property.
    double
    Gets the value of the x3 property.
    double
    Gets the value of the y0 property.
    double
    Gets the value of the y1 property.
    double
    Gets the value of the y2 property.
    double
    Gets the value of the y3 property.
    void
    setX0(double value)
    Sets the value of the x0 property.
    void
    setX1(double value)
    Sets the value of the x1 property.
    void
    setX2(double value)
    Sets the value of the x2 property.
    void
    setX3(double value)
    Sets the value of the x3 property.
    void
    setY0(double value)
    Sets the value of the y0 property.
    void
    setY1(double value)
    Sets the value of the y1 property.
    void
    setY2(double value)
    Sets the value of the y2 property.
    void
    setY3(double value)
    Sets the value of the y3 property.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PerspectiveQuad

      public PerspectiveQuad()
  • Method Details

    • getX0

      public double getX0()
      Gets the value of the x0 property.
    • setX0

      public void setX0(double value)
      Sets the value of the x0 property.
    • getY0

      public double getY0()
      Gets the value of the y0 property.
    • setY0

      public void setY0(double value)
      Sets the value of the y0 property.
    • getX1

      public double getX1()
      Gets the value of the x1 property.
    • setX1

      public void setX1(double value)
      Sets the value of the x1 property.
    • getY1

      public double getY1()
      Gets the value of the y1 property.
    • setY1

      public void setY1(double value)
      Sets the value of the y1 property.
    • getX2

      public double getX2()
      Gets the value of the x2 property.
    • setX2

      public void setX2(double value)
      Sets the value of the x2 property.
    • getY2

      public double getY2()
      Gets the value of the y2 property.
    • setY2

      public void setY2(double value)
      Sets the value of the y2 property.
    • getX3

      public double getX3()
      Gets the value of the x3 property.
    • setX3

      public void setX3(double value)
      Sets the value of the x3 property.
    • getY3

      public double getY3()
      Gets the value of the y3 property.
    • setY3

      public void setY3(double value)
      Sets the value of the y3 property.