| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.Geometry
com.esri.arcgisws.Curve
com.esri.arcgisws.Segment
com.esri.arcgisws.BezierCurve
public class BezierCurve
Java class for BezierCurve complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="BezierCurve">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}Segment">
       <sequence>
         <element name="Degree" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="ControlPointArray" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfPoint"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
| Constructor Summary | |
|---|---|
| BezierCurve()BezierCurve default constructor. | |
| BezierCurve(Point fromPoint,
            Point toPoint,
            int degree,
            Point[] controlPointArray)Deprecated. | |
| Method Summary | |
|---|---|
|  Point[] | getControlPointArray()Gets the value of the controlPointArray property. | 
|  int | getDegree()Gets the value of the degree property. | 
|  void | setControlPointArray(Point[] value)Sets the value of the controlPointArray property. | 
|  void | setDegree(int value)Sets the value of the degree property. | 
| Methods inherited from class com.esri.arcgisws.Segment | 
|---|
| getFromPoint, getToPoint, setFromPoint, setToPoint | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
@Deprecated
public BezierCurve(Point fromPoint,
                              Point toPoint,
                              int degree,
                              Point[] controlPointArray)
public BezierCurve()
| Method Detail | 
|---|
public int getDegree()
public void setDegree(int value)
public Point[] getControlPointArray()
[] public void setControlPointArray(Point[] value)
value - allowed object is
     [] | 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||