Groovy Documentation

groovy.aprint.transform
[Groovy] Class HoleCategory

java.lang.Object
  groovy.aprint.transform.HoleCategory

@Category(Hole)
class HoleCategory
extends java.lang.Object

Tools for hole manipulation, creating a new hole from a new start, a new length, or changing the track number


Method Summary
org.barrelorgandiscovery.virtualbook.Hole beginAt(long ts)

change the hole start

org.barrelorgandiscovery.virtualbook.Hole changeLength(long tl)

Change the length of the hole

org.barrelorgandiscovery.virtualbook.Hole changeTrack(int t)

New Hole in which we change track

org.barrelorgandiscovery.virtualbook.Hole changeTrack(Track t)

Create a new Hole with the track given in parameter

org.barrelorgandiscovery.virtualbook.Hole newLength(long tl)

Create a new Hole copy with a new time length

org.barrelorgandiscovery.virtualbook.Hole newTrack(int t)

Create a new Hole with a new Track given in parameter

org.barrelorgandiscovery.virtualbook.Hole newTrack(Track t)

Create a new Hole with the track given in parameter

org.barrelorgandiscovery.virtualbook.Hole newTs(long ts)

Create a new Hole copy with a new timestamp

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Method Detail

beginAt

org.barrelorgandiscovery.virtualbook.Hole beginAt(long ts)
change the hole start


changeLength

org.barrelorgandiscovery.virtualbook.Hole changeLength(long tl)
Change the length of the hole
Returns:
Parameters:
tl


changeTrack

org.barrelorgandiscovery.virtualbook.Hole changeTrack(int t)
New Hole in which we change track
Returns:
Parameters:
t


changeTrack

org.barrelorgandiscovery.virtualbook.Hole changeTrack(Track t)
Create a new Hole with the track given in parameter


newLength

org.barrelorgandiscovery.virtualbook.Hole newLength(long tl)
Create a new Hole copy with a new time length


newTrack

org.barrelorgandiscovery.virtualbook.Hole newTrack(int t)
Create a new Hole with a new Track given in parameter


newTrack

org.barrelorgandiscovery.virtualbook.Hole newTrack(Track t)
Create a new Hole with the track given in parameter


newTs

org.barrelorgandiscovery.virtualbook.Hole newTs(long ts)
Create a new Hole copy with a new timestamp


 

Groovy Documentation