|
Cytoscape 2.6.1 (c) 2006,2007 ISB, MSKCC, UCSD | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
ding.view.DingCanvas
public abstract class DingCanvas
This class is meant to be extended by a class which is meant to exist within the InternalFrameComponent class. It provides the services required to draw onto it. Currently (9/7/06), two classes will extend DingCanves, ding.view.InnerCanvas and ding.view.ArbitraryGraphicsCanvas.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| Field Summary |
|---|
| Fields inherited from class javax.swing.JComponent |
|---|
TOOL_TIP_TEXT_KEY, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| 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 | |
|---|---|
DingCanvas()
|
|
| Method Summary | |
|---|---|
Color |
getBackground()
Returns the background color of this component. |
Image |
getImage()
Returns the image maintained by the canvas. |
void |
printNoImposter(Graphics g)
Method used to print canvas without using image imposter. |
void |
setBackground(Color backgroundColor)
Set the component background color. |
void |
setOpaque(boolean isOpaque)
Sets opacity of component |
void |
setVisible(boolean isVisible)
Show or hides this component depending on value of parameter. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DingCanvas()
| Method Detail |
|---|
public void setVisible(boolean isVisible)
setVisible in class JComponentisVisible - booleanpublic void setOpaque(boolean isOpaque)
setOpaque in class JComponentisOpaque - booleanpublic Color getBackground()
getBackground in class Componentpublic void setBackground(Color backgroundColor)
setBackground in class JComponentpublic Image getImage()
public void printNoImposter(Graphics g)
|
www.cytoscape.org | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||