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

public class Figure extends ch.stegmaier.java2tex.core.GenericEnvironment<Figure>
  • Constructor Summary

    Constructors
    Constructor
    Description
    Figure(String command)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    placements(ch.stegmaier.java2tex.core.BaseCommand... placements)
    placement of the figure

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

    append, buildName, optionBuilder, toString

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

    append, append, append, appendNewLine, argument, argument, argument, argument, arguments, autoNewline, buildMandatory, buildOptional, clear, emptyArgs, getConfigValue, getConfigValue, getContent, noFormat, noPrefix, option, option, option, option, star, 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

    • Figure

      public Figure(String command)
  • Method Details

    • placements

      public Figure placements(ch.stegmaier.java2tex.core.BaseCommand... placements)
      placement of the figure
      See Also: