|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.telemetry.analyzer.language.ast.TelemetryDefinition
org.hackystat.telemetry.analyzer.language.ast.DrawCommand
public class DrawCommand
Draw command to render telemetry charts or reports.
Constructor Summary | |
---|---|
DrawCommand(java.lang.String telemetryDefinitionName,
Constant[] parameters,
TextPosition textPosition)
Constructs this instance. |
Method Summary | |
---|---|
Constant[] |
getParameters()
Gets the parameters. |
java.lang.String |
getTelemetryDefinitionName()
Gets the name of the telemetry object definition. |
Methods inherited from class org.hackystat.telemetry.analyzer.language.ast.TelemetryDefinition |
---|
getDefinitionString, getName, getTextPosition, setDefinitionString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DrawCommand(java.lang.String telemetryDefinitionName, Constant[] parameters, TextPosition textPosition)
telemetryDefinitionName
- The name of the telemetry object definition.parameters
- An array of Constant
objects that need to pass to the
telemetry definition to render it. Null is a valid if there is no parameter needed.textPosition
- The text position of the definition string in the input.Method Detail |
---|
public java.lang.String getTelemetryDefinitionName()
public Constant[] getParameters()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |