abc4j API Specification

Uses of Interface
abc.ui.swing.JScoreElement

Packages that use JScoreElement
abc.ui.swing This package contains classes for displaying abc related objects in swing UI components.
Such components are closely linked to music abstractions defined in package abc.notation and propose advanced UI components that take advantage of information offered by objects such as Tune, Tune.Music etc... 
 

Uses of JScoreElement in abc.ui.swing
 

Methods in abc.ui.swing that return JScoreElement
 JScoreElement JScoreComponent.getRenditionElementFor(MusicElement elmnt)
          Returns the graphical element that corresponds to a tune element.
 JScoreElement JScoreElement.getScoreElementAt(java.awt.Point location)
          Returns the score element whose bouding box contains the given location.
 JScoreElement JScoreComponent.getScoreElementAt(java.awt.Point location)
          Returns the graphical score element fount at the given location.
 

Methods in abc.ui.swing with parameters of type JScoreElement
 void JScoreComponent.setSelectedItem(JScoreElement elmnt)
          Highlights the given score element in the score.
 


abc4j API Specification

Submit a bug or feature