|
|||||||||
| 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 LineChordPlaceholderView

java.lang.Objectcom.virtuosotechnologies.asaph.standardgui.LineMemberView
com.virtuosotechnologies.asaph.standardgui.LineChordPlaceholderView
- class LineChordPlaceholderView
- extends LineMemberView
LineMemberView representing a chord annotation placeholder
| Field Summary | |
private float |
bottom_
|
private ChordGroupView |
groupView_
|
private float |
top_
|
| Constructor Summary | |
(package private) |
LineChordPlaceholderView(com.virtuosotechnologies.asaph.model.ChordAnnotation model,
float xpos,
float width,
float top,
float bottom,
ChordGroupView groupView)
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) boolean |
isInSelectionArea(float x)
In selection area? |
(package private) 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 |
top_
private float top_
bottom_
private float bottom_
groupView_
private ChordGroupView groupView_
| Constructor Detail |
LineChordPlaceholderView
LineChordPlaceholderView(com.virtuosotechnologies.asaph.model.ChordAnnotation model, float xpos, float width, float top, float bottom, ChordGroupView groupView)
- Constructor
| Method Detail |
paint
void paint(java.awt.Graphics2D g2d, float x, float y)
- Draw
- Specified by:
paintin classLineMemberView
isInSelectionArea
boolean isInSelectionArea(float x)
- In selection area?
getModel
com.virtuosotechnologies.asaph.model.SongLineMember getModel()
- Accessor for model
getXPos
float getXPos()
- Accessor for x position
getWidth
float getWidth()
- Accessor for width
|
|||||||||
| Home >> All >> com >> virtuosotechnologies >> asaph >> [ standardgui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC