org.eclipse.contribution.visualiser.views
Class RectangleData
java.lang.Object
org.eclipse.contribution.visualiser.views.RectangleData
- public class RectangleData
- extends java.lang.Object
Stores data about rectangle figures representing stripes, which are
used in the Visualiser view
Constructor Summary |
RectangleData(IMember m,
Stripe s,
java.lang.String a)
The constructor - stores the associated Stripe, IMember and kind |
Method Summary |
java.lang.String |
toString()
Returns a String representation of this data |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RectangleData
public RectangleData(IMember m,
Stripe s,
java.lang.String a)
- The constructor - stores the associated Stripe, IMember and kind
- Parameters:
m
- - the IMembers
- - the Stripea
- - the kind
toString
public java.lang.String toString()
- Returns a String representation of this data