|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.awt.Component ding.view.BirdsEyeView
public class BirdsEyeView
DOCUMENT ME!
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.awt.Component |
---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary |
---|
Fields inherited from class java.awt.Component |
---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
---|---|
BirdsEyeView(DGraphView view)
Creates a new BirdsEyeView object. |
|
BirdsEyeView(DGraphView view,
Component desktopView)
Creates a new BirdsEyeView object. |
Method Summary | |
---|---|
void |
changeView(DGraphView view)
DOCUMENT ME! |
void |
destroy()
DOCUMENT ME! |
void |
paint(Graphics g)
DOCUMENT ME! |
void |
setBounds(int x,
int y,
int width,
int height)
This used to be called reshape, which is deprecated, so I've changed it to setBounds. |
void |
update(Graphics g)
DOCUMENT ME! |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BirdsEyeView(DGraphView view)
view
- DOCUMENT ME!public BirdsEyeView(DGraphView view, Component desktopView)
view
- The view to monitordesktopView
- The desktop area holding the view. This should be NetworkViewManager.getDesktopPane().Method Detail |
---|
public void changeView(DGraphView view)
view
- DOCUMENT ME!public void destroy()
public void setBounds(int x, int y, int width, int height)
setBounds
in class Component
x
- y
- width
- height
- public void update(Graphics g)
update
in class Component
g
- DOCUMENT ME!public void paint(Graphics g)
paint
in class Component
g
- DOCUMENT ME!
|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |