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 Layout
JavaComposer.m_Layout
The layout that is used to format the output.Methods in org.tquadrat.foundation.javacomposer that return LayoutModifier and TypeMethodDescriptionfinal Layout
JavaComposer.getLayout()
Returns the layout that is used to format the output.static Layout
Returns 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 Layout
CodeWriter.m_Layout
The layout for the output.private Layout
JavaFileImpl.BuilderImpl.m_Layout
The layout for the output ofJavaFile
.private final Layout
JavaFileImpl.m_Layout
The layout for the output of thisJavaFile
.Methods in org.tquadrat.foundation.javacomposer.internal that return LayoutModifier and TypeMethodDescriptionfinal Layout
CodeWriter.layout()
Returns the layout for the output.final Layout
JavaFileImpl.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 newBuilderImpl
instance.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.