Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
T
- testConstantEvaluation() - Method in class tests.EvaluatorTests
- testFloorEvaluation() - Method in class tests.EvaluatorTests
- tests - package tests
- testTokenizeBasicFunctionExpression() - Method in class tests.TokenizerTest
- testTokenizeColor() - Method in class tests.TokenizerTest
- testTokenizeCombinedFunctionExpression() - Method in class tests.TokenizerTest
- testTokenizeComment() - Method in class tests.TokenizerTest
-
Test that parsing an expression with a comment works
- testTokenizeConstant() - Method in class tests.TokenizerTest
-
Test that parsing a constant works
- testTokenizeInvalidColor() - Method in class tests.TokenizerTest
- testXEvaluation() - Method in class tests.EvaluatorTests
- ThreadedCommand<T> - Class in picasso.util
-
Execute a long running command in a separate thread and display the results in a component while the command is running.
- ThreadedCommand(JComponent, Command<T>) - Constructor for class picasso.util.ThreadedCommand
-
Create a command that runs the given command and updates the given view over time.
- TILDE - Static variable in class picasso.parser.language.CharConstants
- TIMES - Enum constant in enum class picasso.parser.language.expressions.ReferenceForExpressionEvaluations
- toDouble(int) - Static method in class picasso.parser.language.expressions.RGBColor
-
Convert the Java color's component value (from [0,255]) to the [-1,1] range needed for Picasso
- toInt(double) - Static method in class picasso.parser.language.expressions.RGBColor
-
Convert the Picasso color's component value (from [-1,1] to the Java color's component (from [0,255])
- toJavaColor() - Method in class picasso.parser.language.expressions.RGBColor
- Token - Class in picasso.parser.tokens
-
Represents tokens in the Picasso programming language
- Token(String) - Constructor for class picasso.parser.tokens.Token
-
Creates a token with the given description
- TokenFactory - Class in picasso.parser.tokens
-
Looks at a generic token and creates the appropriate token type
- TokenFactory() - Constructor for class picasso.parser.tokens.TokenFactory
- tokenizer - Variable in class picasso.parser.Tokenizer
- tokenizer - Variable in class tests.TokenizerTest
- Tokenizer - Class in picasso.parser
-
A tokenizer for the Picasso language.
- Tokenizer() - Constructor for class picasso.parser.Tokenizer
- TokenizerTest - Class in tests
- TokenizerTest() - Constructor for class tests.TokenizerTest
- tokenList - Static variable in class picasso.parser.tokens.CharTokenFactory
- tokenNameToToken - Static variable in class picasso.parser.tokens.TokenFactory
- tokens - Variable in class tests.TokenizerTest
- TOKENS_PACKAGE_NAME - Static variable in class picasso.parser.SemanticAnalyzer
- tokenToSemAnalyzer - Variable in class picasso.parser.SemanticAnalyzer
- toString() - Method in class picasso.parser.language.expressions.Constant
-
Returns the constant as a string formatted as "Constant:
" - toString() - Method in class picasso.parser.language.expressions.RGBColor
- toString() - Method in class picasso.parser.language.expressions.UnaryFunction
-
Returns the string representation of the function in the format "
: " - toString() - Method in class picasso.parser.language.expressions.X
-
Returns "x", the representation of this variable in Picasso expressions
- toString() - Method in class picasso.parser.language.expressions.Y
-
Returns "y", the representation of this variable in Picasso expressions
- toString() - Method in class picasso.parser.tokens.chars.CharToken
- toString() - Method in class picasso.parser.tokens.ColorToken
- toString() - Method in class picasso.parser.tokens.IdentifierToken
- toString() - Method in class picasso.parser.tokens.NumberToken
- toString() - Method in class picasso.parser.tokens.Token
-
Represents the token by its description
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form