Package ch.stegmaier.java2tex.commands
Class GenericCommand<X extends GenericCommand>
java.lang.Object
ch.stegmaier.java2tex.commands.BaseCommand<X>
ch.stegmaier.java2tex.commands.GenericCommand<X>
- Direct Known Subclasses:
GenericEnvironment,IncludeGraphics
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(float value) append(BaseCommand command) protected Xprotected Stringargument(BaseCommand argument) argument(BaseCommand... arguments) arguments(BaseCommand... arguments) protected Stringprotected Stringprotected Stringvoidclear()protected StringnoFormat()noPrefix()option(BaseCommand option) option(BaseCommand... options) star()toString()Methods inherited from class ch.stegmaier.java2tex.commands.BaseCommand
formatValue, getCommand, getThis
-
Constructor Details
-
GenericCommand
-
-
Method Details
-
autoNewline
-
noFormat
-
noPrefix
-
emptyArgs
-
clear
public void clear() -
argument
-
argument
-
argument
-
argument
-
arguments
-
append
-
append
-
append
-
append
-
option
-
option
-
option
-
star
-
buildName
-
appendNewLine
-
buildOptional
-
getContent
-
buildMandatory
-
toString
- Overrides:
toStringin classBaseCommand<X extends GenericCommand>
-