Interface LayoutWriter
- All Known Implementing Classes:
Layout
@ClassVersion(sourceVersion="$Id: LayoutWriter.java 920 2021-05-23 14:27:24Z tquadrat $")
@API(status=INTERNAL,
since="0.2.0")
public interface LayoutWriter
This is the definition for
Layout
.
It provides the base implementations for the various layout emit methods.- Author:
- Thomas Thrien (thomas.thrien@tquadrat.org)
- Version:
- $Id: LayoutWriter.java 920 2021-05-23 14:27:24Z tquadrat $
- Since:
- 0.2.0
- UML Diagram
-
UML Diagram for "org.tquadrat.foundation.javacomposer.internal.LayoutWriter"
-
Method Summary
-
Method Details
-
indent
Returns the indentation String for this layout.- Returns:
- The indentation.
-
tabsize
int tabsize()Returns the tabulator size this layout was configured with.- Returns:
- The tabulator size.
-