|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfaa.tg.aidl.AidlArc
public class AidlArc
Defines an Aidl Arc See the source AidlArc.java
| Field Summary | |
|---|---|
static java.lang.String |
CVS_VERSION_ID
The CVS Version ID |
private int |
index
|
private AidlLine |
line1
|
private AidlLine |
line2
|
private java.lang.String |
name
|
private Distance |
radius
|
(package private) static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
AidlArc(AidlLine line1,
AidlLine line2,
Distance radius,
int index)
Constructor |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Returns whether this object is equal to the given object |
int |
getIndex()
Returns Aidl index |
AidlLine |
getLine1()
Returns the first line |
AidlLine |
getLine2()
Returns the last line |
java.lang.String |
getName()
Returns a unique name Required by HasName inteface |
Distance |
getRadius()
Returns the radius |
java.lang.String |
toString()
Returns a string representation of this object |
Element |
toXml()
Retuns an XML representation of this object |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
static final long serialVersionUID
public static final java.lang.String CVS_VERSION_ID
private int index
private java.lang.String name
private AidlLine line1
private AidlLine line2
private Distance radius
| Constructor Detail |
|---|
public AidlArc(AidlLine line1,
AidlLine line2,
Distance radius,
int index)
line1 - - the first line the arc connects toline2 - - the second line the arc connects toradius - - the radius of the arcindex - - the index of the arc in aidl| Method Detail |
|---|
public boolean equals(java.lang.Object obj)
equals in interface AidlObjectequals in class java.lang.Objectobj - - the object to checkpublic int getIndex()
getIndex in interface AidlObjectpublic Element toXml()
toXml in interface AidlObjectpublic java.lang.String toString()
toString in interface AidlObjecttoString in class java.lang.Objectpublic java.lang.String getName()
getName in interface ManagedObjectpublic AidlLine getLine1()
public Distance getRadius()
public AidlLine getLine2()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||