|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.cytoscape.view.model.events.ViewChangeRecord<T>
public final class ViewChangeRecord<T>
A utility class used to describe one change to a View
.
Constructor Summary | |
---|---|
ViewChangeRecord(View<T> view,
VisualProperty<?> vp,
Object value)
Constructor. |
Method Summary | |
---|---|
Object |
getValue()
Returns the value that the visual property has been changed to. |
View<T> |
getView()
Returns the view that has been changed. |
VisualProperty<?> |
getVisualProperty()
Returns the visual property that has been changed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ViewChangeRecord(View<T> view, VisualProperty<?> vp, Object value)
view
- The View that has changed.vp
- The VisualProperty that has changed.value
- The value to which the visual property has been set.Method Detail |
---|
public View<T> getView()
public VisualProperty<?> getVisualProperty()
public Object getValue()
|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |