Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
I
- IdentifierAnalyzer - Class in picasso.parser
-
Handle an identifier token
- IdentifierAnalyzer() - Constructor for class picasso.parser.IdentifierAnalyzer
- IdentifierToken - Class in picasso.parser.tokens
-
Represents an identifier (a variable name)
- IdentifierToken(String) - Constructor for class picasso.parser.tokens.IdentifierToken
- idToExpression - Static variable in class picasso.parser.IdentifierAnalyzer
- imageToDomainScale(int, int) - Method in class picasso.view.commands.Evaluator
-
Convert from image space to domain space.
- ImprovedNoise - Class in picasso.model
-
JAVA REFERENCE IMPLEMENTATION OF IMPROVED NOISE - COPYRIGHT 2002 KEN PERLIN.
- ImprovedNoise() - Constructor for class picasso.model.ImprovedNoise
- infixToPostfix(String) - Method in class picasso.parser.ExpressionTreeGenerator
-
This method converts the String infix expression to a Stack of tokens, which are in postfix.
- initBuiltinFunctionTokenMappings() - Static method in class picasso.parser.tokens.TokenFactory
-
Add the built-in functions as tokens
- INVERT - Enum constant in enum class picasso.parser.language.expressions.ReferenceForExpressionEvaluations
- isConstant() - Method in class picasso.parser.tokens.chars.CharToken
- isConstant() - Method in class picasso.parser.tokens.ColorToken
- isConstant() - Method in class picasso.parser.tokens.EOFToken
- isConstant() - Method in class picasso.parser.tokens.functions.FunctionToken
- isConstant() - Method in class picasso.parser.tokens.IdentifierToken
- isConstant() - Method in class picasso.parser.tokens.NumberToken
- isConstant() - Method in class picasso.parser.tokens.Token
-
Returns true if this token represents a constant, false otherwise
- isDone - Variable in class picasso.util.ThreadedCommand
- isFunction() - Method in class picasso.parser.tokens.chars.CharToken
- isFunction() - Method in class picasso.parser.tokens.ColorToken
- isFunction() - Method in class picasso.parser.tokens.EOFToken
- isFunction() - Method in class picasso.parser.tokens.functions.FunctionToken
- isFunction() - Method in class picasso.parser.tokens.IdentifierToken
- isFunction() - Method in class picasso.parser.tokens.NumberToken
- isFunction() - Method in class picasso.parser.tokens.Token
-
Returns true if this token represents a function, false otherwise
- isInBounds(int, int) - Method in class picasso.model.Pixmap
-
Determine if the given (x,y) coordinate is within the bounds of this image.
- isValidValue(double) - Static method in class picasso.parser.tokens.ColorToken
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form