com.github.dakusui.symfonion.song
Class Pattern

java.lang.Object
  extended by com.github.dakusui.symfonion.song.Pattern

public class Pattern
extends Object


Nested Class Summary
static class Pattern.Parameters
           
 
Method Summary
static Pattern createPattern(String name, com.google.gson.JsonObject json, Song song)
           
protected  void init(com.google.gson.JsonObject json)
           
 Pattern.Parameters parameters()
           
 List<Stroke> strokes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createPattern

public static Pattern createPattern(String name,
                                    com.google.gson.JsonObject json,
                                    Song song)
                             throws SymfonionException
Throws:
SymfonionException

init

protected void init(com.google.gson.JsonObject json)
             throws SymfonionException
Throws:
SymfonionException

strokes

public List<Stroke> strokes()

parameters

public Pattern.Parameters parameters()


Copyright © 2013. All Rights Reserved.