Uses of Record Class
org.jjazz.pianoroll.api.ZoomValue
-
Uses of ZoomValue in org.jjazz.pianoroll.api
Modifier and TypeMethodDescriptionZoomValue.getCopy
(int hDelta, int vDelta) Get a copy with the specified parameters added to the existing hValue and vValue.ZoomValue.getHCopy
(int newHValue) Get a copy of this instance with hValue changed.ZoomValue.getVCopy
(int newVValue) Get a copy of this instance with vValue changed.PianoRollEditor.getZoom()
Get the editor zoom value.static ZoomValue
ZoomValue.loadFromString
(String s) Get a ZoomValue instance from the specified string.