|
|||||||||
| Home >> All >> com >> virtuosotechnologies >> asaph >> [ standardgui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.virtuosotechnologies.asaph.standardgui
Class LineMemberView

java.lang.Objectcom.virtuosotechnologies.asaph.standardgui.LineMemberView
- Direct Known Subclasses:
- LineChordPlaceholderView, LineTextView
- abstract class LineMemberView
- extends java.lang.Object
Base class for views of line members in the editor
| Field Summary | |
private com.virtuosotechnologies.asaph.model.SongLineMember |
model_
|
private float |
width_
|
private float |
xpos_
|
| Constructor Summary | |
(package private) |
LineMemberView(com.virtuosotechnologies.asaph.model.SongLineMember model,
float xpos,
float width)
Constructor |
| Method Summary | |
(package private) com.virtuosotechnologies.asaph.model.SongLineMember |
getModel()
Accessor for model |
(package private) float |
getWidth()
Accessor for width |
(package private) float |
getXPos()
Accessor for x position |
(package private) abstract void |
paint(java.awt.Graphics2D g2d,
float x,
float y)
Draw |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
model_
private com.virtuosotechnologies.asaph.model.SongLineMember model_
xpos_
private float xpos_
width_
private float width_
| Constructor Detail |
LineMemberView
LineMemberView(com.virtuosotechnologies.asaph.model.SongLineMember model, float xpos, float width)
- Constructor
| Method Detail |
getModel
com.virtuosotechnologies.asaph.model.SongLineMember getModel()
- Accessor for model
getXPos
float getXPos()
- Accessor for x position
getWidth
float getWidth()
- Accessor for width
paint
abstract void paint(java.awt.Graphics2D g2d, float x, float y)
- Draw
|
|||||||||
| Home >> All >> com >> virtuosotechnologies >> asaph >> [ standardgui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.virtuosotechnologies.asaph.standardgui.LineMemberView