public class PerspectiveQuad
extends java.lang.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 and Description |
---|
PerspectiveQuad() |
Modifier and Type | Method and Description |
---|---|
double |
getX0()
Gets the value of the x0 property.
|
double |
getX1()
Gets the value of the x1 property.
|
double |
getX2()
Gets the value of the x2 property.
|
double |
getX3()
Gets the value of the x3 property.
|
double |
getY0()
Gets the value of the y0 property.
|
double |
getY1()
Gets the value of the y1 property.
|
double |
getY2()
Gets the value of the y2 property.
|
double |
getY3()
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.
|
public double getX0()
public void setX0(double value)
public double getY0()
public void setY0(double value)
public double getX1()
public void setX1(double value)
public double getY1()
public void setY1(double value)
public double getX2()
public void setX2(double value)
public double getY2()
public void setY2(double value)
public double getX3()
public void setX3(double value)
public double getY3()
public void setY3(double value)
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"