Class View.Gr_staccatissimo
java.lang.Object
eu.bandm.tools.graficUtils.ScalableDrawing
eu.bandm.music.applications.myKdF.View.Gr_staccatissimo
- Enclosing class:
- View
-
Field Summary
Fields inherited from class eu.bandm.tools.graficUtils.ScalableDrawing
gr
-
Constructor Summary
-
Method Summary
Methods inherited from class eu.bandm.tools.graficUtils.ScalableDrawing
antiAlias, color, drawCentered, drawCentered, drawMax, drawMax, line, linewidth, p, x, y
-
Constructor Details
-
Gr_staccatissimo
public Gr_staccatissimo()
-
-
Method Details
-
doDraw
public void doDraw()Description copied from class:eu.bandm.tools.graficUtils.ScalableDrawing
Callback, must be overridden by the user. Can usegr.drawLine(..)
andgr.fillArea(..)
commands, andgr.setColor(colors[i])
andgr.setStroke(BasicStroke(linewidht.apply(3)))
, etc. To be usable as an icon, only *integer* coordinates should be used.- Specified by:
doDraw
in classScalableDrawing
-