public static class Path.CurveTo 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="c1x" use="required" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="c1y" use="required" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="c2x" use="required" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="c2y" use="required" type="{http://www.w3.org/2001/XMLSchema}float" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected float |
c1X |
protected float |
c1Y |
protected float |
c2X |
protected float |
c2Y |
protected float |
x |
protected float |
y |
Constructor and Description |
---|
CurveTo() |
Modifier and Type | Method and Description |
---|---|
float |
getC1X()
Gets the value of the c1X property.
|
float |
getC1Y()
Gets the value of the c1Y property.
|
float |
getC2X()
Gets the value of the c2X property.
|
float |
getC2Y()
Gets the value of the c2Y property.
|
float |
getX()
Gets the value of the x property.
|
float |
getY()
Gets the value of the y property.
|
void |
setC1X(float value)
Sets the value of the c1X property.
|
void |
setC1Y(float value)
Sets the value of the c1Y property.
|
void |
setC2X(float value)
Sets the value of the c2X property.
|
void |
setC2Y(float value)
Sets the value of the c2Y property.
|
void |
setX(float value)
Sets the value of the x property.
|
void |
setY(float value)
Sets the value of the y property.
|
protected float x
protected float y
protected float c1X
protected float c1Y
protected float c2X
protected float c2Y
public float getX()
public void setX(float value)
public float getY()
public void setY(float value)
public float getC1X()
public void setC1X(float value)
public float getC1Y()
public void setC1Y(float value)
public float getC2X()
public void setC2X(float value)
public float getC2Y()
public void setC2Y(float value)
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.