Class SpacingCommand

java.lang.Object
ch.stegmaier.java2tex.core.BaseCommand<X>
ch.stegmaier.java2tex.core.GenericCommand<SpacingCommand>
ch.stegmaier.java2tex.commands.registry.impl.SpacingCommand

public class SpacingCommand extends ch.stegmaier.java2tex.core.GenericCommand<SpacingCommand>
  • Constructor Summary

    Constructors
    Constructor
    Description
    SpacingCommand(String commandName)
     
    SpacingCommand(String commandName, int value, ch.stegmaier.java2tex.core.BaseCommand unitsOfLength)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    cm(float value)
    sets the command first argument as size with suffix 'cm'
    in(int value)
    sets the command first argument as size with suffix 'in'
    mm(int value)
    sets the command first argument as size with suffix 'mm'
    pt(int value)
    sets the command first argument as size with suffix 'pt'

    Methods inherited from class ch.stegmaier.java2tex.core.GenericCommand

    append, append, append, append, appendNewLine, argument, argument, argument, argument, arguments, autoNewline, buildMandatory, buildName, buildOptional, clear, emptyArgs, getConfigValue, getConfigValue, getContent, noFormat, noPrefix, option, option, option, option, star, toString, validate

    Methods inherited from class ch.stegmaier.java2tex.core.BaseCommand

    getCommand, getThis

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • SpacingCommand

      public SpacingCommand(String commandName)
    • SpacingCommand

      public SpacingCommand(String commandName, int value, ch.stegmaier.java2tex.core.BaseCommand unitsOfLength)
  • Method Details