picasso.parser.tokens.functions
Class PerlinBWToken

java.lang.Object
  extended by picasso.parser.tokens.Token
      extended by picasso.parser.tokens.functions.FunctionToken
          extended by picasso.parser.tokens.functions.PerlinBWToken

public class PerlinBWToken
extends FunctionToken

Represents perlin BW token

Author:
Levi Throckmorton

Constructor Summary
PerlinBWToken()
           
 
Method Summary
 
Methods inherited from class picasso.parser.tokens.functions.FunctionToken
equals, isConstant, isFunction
 
Methods inherited from class picasso.parser.tokens.Token
toString
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PerlinBWToken

public PerlinBWToken()