public static class Path.QuadTo extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="x" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="y" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="cx" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="cy" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected float |
cx |
protected float |
cy |
protected float |
x |
protected float |
y |
| Constructor and Description |
|---|
Path.QuadTo() |
| Modifier and Type | Method and Description |
|---|---|
float |
getCx()
Gets the value of the cx property.
|
float |
getCy()
Gets the value of the cy property.
|
float |
getX()
Gets the value of the x property.
|
float |
getY()
Gets the value of the y property.
|
void |
setCx(float value)
Sets the value of the cx property.
|
void |
setCy(float value)
Sets the value of the cy property.
|
void |
setX(float value)
Sets the value of the x property.
|
void |
setY(float value)
Sets the value of the y property.
|
public float getX()
public void setX(float value)
public float getY()
public void setY(float value)
public float getCx()
public void setCx(float value)
public float getCy()
public void setCy(float value)
Copyright © 2016 SAPERION AG. All rights reserved.