Uses of Enum Class
org.tquadrat.foundation.javacomposer.Layout
Packages that use Layout
Package
Description
JavaComposer is a Java toolkit for the generation of Java source
code.
The implementations for the interfaces from the package
org.tquadrat.foundation.javacomposer.-
Uses of Layout in org.tquadrat.foundation.javacomposer
Fields in org.tquadrat.foundation.javacomposer declared as LayoutModifier and TypeFieldDescriptionprivate final LayoutJavaComposer.m_LayoutThe layout that is used to format the output.Methods in org.tquadrat.foundation.javacomposer that return LayoutModifier and TypeMethodDescriptionfinal LayoutJavaComposer.getLayout()Returns the layout that is used to format the output.static LayoutReturns the enum constant of this class with the specified name.static Layout[]Layout.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.tquadrat.foundation.javacomposer with parameters of type LayoutModifierConstructorDescriptionJavaComposer(Layout layout) Creates a new instance ofJavaComposer.JavaComposer(Layout layout, boolean addDebugOutput) Creates a new instance ofJavaComposer. -
Uses of Layout in org.tquadrat.foundation.javacomposer.internal
Fields in org.tquadrat.foundation.javacomposer.internal declared as LayoutModifier and TypeFieldDescriptionprivate final LayoutCodeWriter.m_LayoutThe layout for the output.private LayoutJavaFileImpl.BuilderImpl.m_LayoutThe layout for the output ofJavaFile.private final LayoutJavaFileImpl.m_LayoutThe layout for the output of thisJavaFile.Methods in org.tquadrat.foundation.javacomposer.internal that return LayoutModifier and TypeMethodDescriptionfinal LayoutCodeWriter.layout()Returns the layout for the output.final LayoutJavaFileImpl.BuilderImpl.layout()Returns the layout for the output of theJavaFile.Constructors in org.tquadrat.foundation.javacomposer.internal with parameters of type LayoutModifierConstructorDescriptionBuilderImpl(JavaComposer composer, CharSequence packageName, TypeSpecImpl typeSpec, CodeBlockImpl fileComment, Layout layout, boolean skipJavaLangImports) Creates a newBuilderImplinstance.CodeWriter(Appendable out, Layout layout, String indent, Map<String, ClassNameImpl> importedTypes, Set<String> staticImports) Deprecated, for removal: This API element is subject to removal in a future version.CodeWriter(Appendable out, Layout layout, Set<String> staticImports) Deprecated, for removal: This API element is subject to removal in a future version.UseCodeWriter(JavaComposer, Appendable)instead.

CodeWriter(JavaComposer, Appendable)instead.