Skip navigation links
A D G I L N V W 

A

AbstractIndentation - Class in net.markenwerk.utils.text.indentation
An AbstractIndentation is an Indentation that repeats a given indentation string.
AbstractIndentation(String, LineBreak) - Constructor for class net.markenwerk.utils.text.indentation.AbstractIndentation
Creates a new AbstractIndentation.
AbstractIndentation(String, String) - Constructor for class net.markenwerk.utils.text.indentation.AbstractIndentation
Creates a new AbstractIndentation.
appendTo(Appendable, int) - Method in class net.markenwerk.utils.text.indentation.AbstractIndentation
 
appendTo(Appendable, int, boolean) - Method in class net.markenwerk.utils.text.indentation.AbstractIndentation
 
appendTo(Appendable, int) - Method in interface net.markenwerk.utils.text.indentation.Indentation
Appends the string that needs to be appended at the beginning of a line, with the result that the the line is indented by the given level, to the given Appendable
appendTo(Appendable, int, boolean) - Method in interface net.markenwerk.utils.text.indentation.Indentation
Appends the string that needs to be appended at the beginning of a line, with the result that the the line is indented by the given level or the string that needs to be appended at the end of a line, with the result that the next line is indented by the given level, including the necessary line break characters, to the given Appendable.
appendTo(Appendable, int) - Method in class net.markenwerk.utils.text.indentation.InvisibleIndentation
 
appendTo(Appendable, int, boolean) - Method in class net.markenwerk.utils.text.indentation.InvisibleIndentation
 

D

DEFAULT - Static variable in interface net.markenwerk.utils.text.indentation.Indentation
A WhitespaceIndentation, using a single tab character and the system LineBreak, to default to, if no specific Indentation is given.

G

get(int) - Method in class net.markenwerk.utils.text.indentation.AbstractIndentation
 
get(int, boolean) - Method in class net.markenwerk.utils.text.indentation.AbstractIndentation
 
get(int) - Method in interface net.markenwerk.utils.text.indentation.Indentation
Returns the string that needs to be appended at the beginning of a line, with the result that the the line is indented by the given level.
get(int, boolean) - Method in interface net.markenwerk.utils.text.indentation.Indentation
Returns the string that needs to be appended at the beginning of a line, with the result that the the line is indented by the given level or the string that needs to be appended at the end of a line, with the result that the next line is indented by the given level, including the necessary line break characters.
get(int) - Method in class net.markenwerk.utils.text.indentation.InvisibleIndentation
 
get(int, boolean) - Method in class net.markenwerk.utils.text.indentation.InvisibleIndentation
 
getLineBreak() - Method in class net.markenwerk.utils.text.indentation.AbstractIndentation
 
getLineBreak() - Method in interface net.markenwerk.utils.text.indentation.Indentation
returns the line break string used by this Indentation.
getLineBreak() - Method in class net.markenwerk.utils.text.indentation.InvisibleIndentation
 
getLineBreakString() - Method in enum net.markenwerk.utils.text.indentation.LineBreak
Returns the line break string of this LineBreak;
getWhitespaceString() - Method in enum net.markenwerk.utils.text.indentation.Whitespace
Returns the whitespace string of this Whitespace.

I

Indentation - Interface in net.markenwerk.utils.text.indentation
An Indentation represents all strings necessary to perform consistent indentation of structured strings.
INVISIBLE - Static variable in interface net.markenwerk.utils.text.indentation.Indentation
A InvisibleIndentation, using no LineBreak, to default to, if no specific Indentation is given.
InvisibleIndentation - Class in net.markenwerk.utils.text.indentation
A InvisibleIndentation is an Indentation that has no visible effect.
InvisibleIndentation() - Constructor for class net.markenwerk.utils.text.indentation.InvisibleIndentation
InvisibleIndentation(LineBreak) - Constructor for class net.markenwerk.utils.text.indentation.InvisibleIndentation
Creates a new InvisibleIndentation.
isVisible() - Method in class net.markenwerk.utils.text.indentation.AbstractIndentation
 
isVisible() - Method in interface net.markenwerk.utils.text.indentation.Indentation
Returns whether this Indentation has any visible effect or if every indentation string is the empty string.
isVisible() - Method in class net.markenwerk.utils.text.indentation.InvisibleIndentation
 

L

LineBreak - Enum in net.markenwerk.utils.text.indentation
An Whitespace is a line break character string.

N

net.markenwerk.utils.text.indentation - package net.markenwerk.utils.text.indentation
 

V

valueOf(String) - Static method in enum net.markenwerk.utils.text.indentation.LineBreak
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.markenwerk.utils.text.indentation.Whitespace
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.markenwerk.utils.text.indentation.LineBreak
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.markenwerk.utils.text.indentation.Whitespace
Returns an array containing the constants of this enum type, in the order they are declared.

W

Whitespace - Enum in net.markenwerk.utils.text.indentation
An Whitespace is a whitespace character string.
WhitespaceIndentation - Class in net.markenwerk.utils.text.indentation
An WhitespaceIndentation is an Indentation that repeats a given repetition of a Whitespace character.
WhitespaceIndentation(Whitespace, int) - Constructor for class net.markenwerk.utils.text.indentation.WhitespaceIndentation
WhitespaceIndentation(Whitespace, int, LineBreak) - Constructor for class net.markenwerk.utils.text.indentation.WhitespaceIndentation
Creates a new WhitespaceIndentation.
A D G I L N V W 
Skip navigation links

Copyright © 2016 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.