|
|||||||||
| Home >> All >> virtuoso >> asaph >> util >> [ render overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
virtuoso.asaph.util.render
Class Graphics2DBodyLayout

java.lang.Objectvirtuoso.asaph.util.render.BodyLayout
virtuoso.asaph.util.render.EditableBodyLayout
virtuoso.asaph.util.render.Graphics2DBodyLayout
- public class Graphics2DBodyLayout
- extends EditableBodyLayout
BodyLayout for standard Graphics2D rendering.
| Nested Class Summary |
| Nested classes inherited from class virtuoso.asaph.util.render.EditableBodyLayout |
EditableBodyLayout.LineLayoutFactory |
| Field Summary | |
private java.awt.Font |
chordFont_
|
private float |
chordSpacing_
|
private java.awt.Font |
commentFont_
|
private boolean |
compressNarrowLines_
|
private float |
indentWidth_
|
private java.awt.font.FontRenderContext |
renderContext_
|
private java.awt.Font |
textFont_
|
| Fields inherited from class virtuoso.asaph.util.render.EditableBodyLayout |
|
| Fields inherited from class virtuoso.asaph.util.render.BodyLayout |
|
| Constructor Summary | |
Graphics2DBodyLayout(float indentWidth,
float lineSpacing,
float blockSpacing,
float chordSpacing,
boolean compressNarrowLines,
java.awt.Font chordFont,
java.awt.Font textFont,
java.awt.Font commentFont,
java.awt.font.FontRenderContext renderContext)
Constructor |
|
| Method Summary | |
protected EditableBodyLayout.LineLayoutFactory |
createLineLayoutFactory()
Subclasses must override this to build a LineLayoutFactory |
java.awt.Font |
getChordFont()
Return the font used by this layout for chords |
java.awt.Font |
getCommentFont()
Return the font used by this layout for comments |
java.awt.Font |
getTextFont()
Return the font used by this layout for text |
| Methods inherited from class virtuoso.asaph.util.render.EditableBodyLayout |
addSong, addSong, addSongBlock |
| Methods inherited from class virtuoso.asaph.util.render.BodyLayout |
getBlockCount, getBottomPosition, getHeight, getLastLineLayout, getLeftSide, getLineLayoutCount, getLineLayouts, getNthBlockLayout, getNthLineLayout, getRightSide, getTopPosition, rawAddLineLayout, rawGetLeftSide, rawGetRightSide, rawSetLeftSide, rawSetRightSide |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
indentWidth_
private float indentWidth_
chordSpacing_
private float chordSpacing_
compressNarrowLines_
private boolean compressNarrowLines_
chordFont_
private java.awt.Font chordFont_
textFont_
private java.awt.Font textFont_
commentFont_
private java.awt.Font commentFont_
renderContext_
private java.awt.font.FontRenderContext renderContext_
| Constructor Detail |
Graphics2DBodyLayout
public Graphics2DBodyLayout(float indentWidth,
float lineSpacing,
float blockSpacing,
float chordSpacing,
boolean compressNarrowLines,
java.awt.Font chordFont,
java.awt.Font textFont,
java.awt.Font commentFont,
java.awt.font.FontRenderContext renderContext)
- Constructor
| Method Detail |
createLineLayoutFactory
protected EditableBodyLayout.LineLayoutFactory createLineLayoutFactory()
- Subclasses must override this to build a LineLayoutFactory
- Specified by:
createLineLayoutFactoryin classEditableBodyLayout
getChordFont
public java.awt.Font getChordFont()
- Return the font used by this layout for chords
getTextFont
public java.awt.Font getTextFont()
- Return the font used by this layout for text
getCommentFont
public java.awt.Font getCommentFont()
- Return the font used by this layout for comments
|
|||||||||
| Home >> All >> virtuoso >> asaph >> util >> [ render overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC