public class guidoscore extends guidoscorebase
fARHandler, fGRHandler, kEventsBB, kMeasureBB, kNoBB, kPageBB, kStavesBB, kSystemsBB, kSystemsSliceBB
Constructor and Description |
---|
guidoscore() |
guidoscore(long ar) |
Modifier and Type | Method and Description |
---|---|
int |
Draw(java.awt.Graphics g,
int w,
int h,
guidodrawdesc desc,
guidopaint area)
Draws the score.
|
int |
Draw(java.awt.Graphics g,
int w,
int h,
guidodrawdesc desc,
guidopaint area,
java.awt.Color color)
Draws the score.
|
int |
Draw(java.awt.Graphics g,
int top,
int left,
int w,
int h,
guidodrawdesc desc,
guidopaint area,
java.awt.Color color)
Draws the score.
|
int |
GetBitmap(int[] dst,
int w,
int h,
guidodrawdesc desc,
guidopaint area,
java.awt.Color color)
Draws the score into a bitmap.
|
AbstractExport, AR2GR, AR2GR, AR2MIDIFile, BinaryExport, close, CloseParser, CloseStream, CountVoices, DrawBoundingBoxes, File2AR, FindEventPage, FindPageAt, FreeAR, FreeGR, getARHandler, GetDrawBoundingBoxes, GetDuration, GetMap, GetPageCount, GetPageDate, GetPageFormat, GetPageMap, GetRAWStaffMap, GetRAWSystemMap, GetRAWVoiceMap, GetStaffMap, GetStream, GetSystemCount, GetSystemMap, GetTimeMap, GetVoiceMap, GR2SVG, GR2SVG, Init, MarkVoice, OpenParser, OpenStream, ParseFile, ParserGetErrorCode, ParseString, ResetStream, ResizePageToMusic, Stream2AR, String2AR, SVGExport, SVGExportWithFontSpec, UpdateGR, UpdateGR, WriteStream
public final int GetBitmap(int[] dst, int w, int h, guidodrawdesc desc, guidopaint area, java.awt.Color color)
dst
- the destination bitmap ARGB arrayw
- the bitmap widthh
- the bitmap heightdesc
- the score drawing descriptorarea
- clipping descriptioncolor
- the color used to draw the scoreguidodrawdesc
,
guidopaint
public int Draw(java.awt.Graphics g, int w, int h, guidodrawdesc desc, guidopaint area)
g
- a Graphicsw
- the desired drawing widthh
- the desired drawing heigthdesc
- the score drawing descriptorarea
- clipping descriptionguidodrawdesc
,
guidopaint
public int Draw(java.awt.Graphics g, int w, int h, guidodrawdesc desc, guidopaint area, java.awt.Color color)
g
- a Graphicsw
- the desired drawing widthh
- the desired drawing heightdesc
- the score drawing descriptorarea
- clipping descriptioncolor
- the color used to draw the scoreguidodrawdesc
,
guidopaint
public int Draw(java.awt.Graphics g, int top, int left, int w, int h, guidodrawdesc desc, guidopaint area, java.awt.Color color)
g
- a Graphicstop
- the top coordinate to begin to draw the imageleft
- the left coordinate to begin to draw the imagew
- the desired drawing widthh
- the desired drawing heightdesc
- the score drawing descriptorarea
- clipping descriptioncolor
- the color used to draw the scoreguidodrawdesc
,
guidopaint