org.omg.uml.diagraminterchange
Interface BezierPoint

All Superinterfaces:
javax.jmi.reflect.RefStruct, Serializable

public interface BezierPoint
extends javax.jmi.reflect.RefStruct

BezierPoint structure interface.


Method Summary
 Point getBase()
          Returns value of Base field.
 Point getControl1()
          Returns value of Control1 field.
 Point getControl2()
          Returns value of Control2 field.
 
Methods inherited from interface javax.jmi.reflect.RefStruct
equals, hashCode, refFieldNames, refGetValue, refTypeName
 

Method Detail

getBase

public Point getBase()
Returns value of Base field.

Returns:
Value of Base field.

getControl1

public Point getControl1()
Returns value of Control1 field.

Returns:
Value of Control1 field.

getControl2

public Point getControl2()
Returns value of Control2 field.

Returns:
Value of Control2 field.