Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.virtuosotechnologies.asaph.standardgui
Class LineChordPlaceholderView  view LineChordPlaceholderView download LineChordPlaceholderView.java

java.lang.Object
  extended bycom.virtuosotechnologies.asaph.standardgui.LineMemberView
      extended bycom.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:
paint in class LineMemberView

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