Uses of Record Class
org.jjazz.pianoroll.api.ZoomValue
Packages that use ZoomValue
-
Uses of ZoomValue in org.jjazz.pianoroll.api
Methods in org.jjazz.pianoroll.api that return ZoomValueModifier 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 ZoomValueZoomValue.loadFromString(String s) Get a ZoomValue instance from the specified string.Methods in org.jjazz.pianoroll.api with parameters of type ZoomValue