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

Quick Search    Search Deep

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

java.lang.Object
  extended bycom.virtuosotechnologies.asaph.standardgui.RenderPane

class RenderPane
extends java.lang.Object

A pane that includes a scrolling rendering.


Nested Class Summary
private  class RenderPane.FillerComponent
           
private  class RenderPane.RenderComponent
           
 
Field Summary
private  com.virtuosotechnologies.asaph.model.ChordSet chordSet_
           
private  java.lang.String curKeyInfo_
           
private  com.virtuosotechnologies.asaph.model.notation.Interval curTranspose_
           
private  RenderHelper helper_
           
private  javax.swing.JComponent mainPane_
           
private  RenderPane.RenderComponent renderComponent_
           
private  RenderSettings settings_
           
private  com.virtuosotechnologies.asaph.model.Song song_
           
private  com.virtuosotechnologies.asaph.modelutils.SongUtils songUtils_
           
private static java.lang.String STR_dialog_ErrorsHeader
           
private static java.lang.String STR_dialog_ErrorTitle
           
private static java.lang.String STR_dialog_FirstExceptionTemplate
           
private static java.lang.String STR_dialog_NextExceptionTemplate
           
private static java.lang.String STR_message_ExportError
           
private  com.virtuosotechnologies.asaph.model.Variation variation_
           
 
Constructor Summary
(package private) RenderPane(com.virtuosotechnologies.asaph.model.Song song, RenderSettings settings, com.virtuosotechnologies.asaph.modelutils.SongUtils songUtils)
          Constructor
 
Method Summary
(package private)  void doExportText()
          Perform export text
(package private)  RenderHelper getCurRenderHelper()
          Perform print
(package private)  javax.swing.JComponent getJComponent()
           
(package private)  void setChords(com.virtuosotechnologies.asaph.model.ChordSet chordSet, com.virtuosotechnologies.asaph.model.notation.Interval transpose, java.lang.String keyInfo)
           
(package private)  void setVariation(com.virtuosotechnologies.asaph.model.Variation variation)
           
(package private)  void updateDisplay()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STR_dialog_ErrorTitle

private static final java.lang.String STR_dialog_ErrorTitle

STR_message_ExportError

private static final java.lang.String STR_message_ExportError

STR_dialog_ErrorsHeader

private static final java.lang.String STR_dialog_ErrorsHeader

STR_dialog_FirstExceptionTemplate

private static final java.lang.String STR_dialog_FirstExceptionTemplate

STR_dialog_NextExceptionTemplate

private static final java.lang.String STR_dialog_NextExceptionTemplate

songUtils_

private com.virtuosotechnologies.asaph.modelutils.SongUtils songUtils_

song_

private com.virtuosotechnologies.asaph.model.Song song_

variation_

private com.virtuosotechnologies.asaph.model.Variation variation_

chordSet_

private com.virtuosotechnologies.asaph.model.ChordSet chordSet_

curTranspose_

private com.virtuosotechnologies.asaph.model.notation.Interval curTranspose_

curKeyInfo_

private java.lang.String curKeyInfo_

settings_

private RenderSettings settings_

helper_

private RenderHelper helper_

renderComponent_

private RenderPane.RenderComponent renderComponent_

mainPane_

private javax.swing.JComponent mainPane_
Constructor Detail

RenderPane

RenderPane(com.virtuosotechnologies.asaph.model.Song song,
           RenderSettings settings,
           com.virtuosotechnologies.asaph.modelutils.SongUtils songUtils)
Constructor

Method Detail

setChords

void setChords(com.virtuosotechnologies.asaph.model.ChordSet chordSet,
               com.virtuosotechnologies.asaph.model.notation.Interval transpose,
               java.lang.String keyInfo)

setVariation

void setVariation(com.virtuosotechnologies.asaph.model.Variation variation)

getJComponent

javax.swing.JComponent getJComponent()

getCurRenderHelper

RenderHelper getCurRenderHelper()
Perform print


doExportText

void doExportText()
Perform export text


updateDisplay

void updateDisplay()