JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
uk.co.dolphin_com.sscore
Interface LayoutCallback
public interface
LayoutCallback
The callback from SScore.layout which adds each SSystem to the layout
Method Summary
Methods
Modifier and Type
Method and Description
boolean
addSystem
(
SSystem
sys)
Called during SScore.layout to notify that a new SSystem (ie layout of a range of bars) has been constructed and can be added to the view.
Method Detail
addSystem
boolean addSystem(
SSystem
sys)
Called during SScore.layout to notify that a new SSystem (ie layout of a range of bars) has been constructed and can be added to the view.
Parameters:
sys
- the new SSystem
Returns:
false to abort the layout
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method