|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcz.cuni.jagrlib.gui.ChannelGUI
public abstract class ChannelGUI
Abstract class that cares about visual representation of channels.
| Field Summary | |
|---|---|
InfoChannel |
info
Information about channel. |
| Constructor Summary | |
|---|---|
ChannelGUI()
|
|
| Method Summary | |
|---|---|
abstract boolean |
contains(int px,
int py)
Tests, if point is on channel. |
abstract void |
extend(java.awt.Rectangle r)
Extends the given rectangle to hold the channel image. |
abstract void |
paintItem(java.awt.Graphics g)
Paint bonus graphics on composition panel. |
abstract void |
registryChannel()
Registration of channel in plugs. |
abstract void |
removeChannel()
Remove channel. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public InfoChannel info
| Constructor Detail |
|---|
public ChannelGUI()
| Method Detail |
|---|
public abstract void registryChannel()
public abstract boolean contains(int px,
int py)
px - x-axis.py - y-axis.
true if point is on channel.public abstract void extend(java.awt.Rectangle r)
public abstract void removeChannel()
public abstract void paintItem(java.awt.Graphics g)
g - Graphics.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||