org.eclipse.contribution.visualiser.views
Class RectangleData

java.lang.Object
  extended byorg.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
 

Constructor Detail

RectangleData

public RectangleData(IMember m,
                     Stripe s,
                     java.lang.String a)
The constructor - stores the associated Stripe, IMember and kind

Parameters:
m - - the IMember
s - - the Stripe
a - - the kind
Method Detail

toString

public java.lang.String toString()
Returns a String representation of this data