public abstract static class Cell.FullPadding extends Cell.Function
Modifier and Type | Field and Description |
---|---|
static Cell.FullPadding |
INSTANCE |
IDENTITY
Constructor and Description |
---|
FullPadding() |
Modifier and Type | Method and Description |
---|---|
abstract Cell.FullPadding |
bottomPad(int bottomPad) |
abstract Cell.FullPadding |
fullPad(int pad) |
abstract Cell.FullPadding |
leftPad(int leftPad) |
static Cell.FullPadding |
of(int leftPad,
int rightPad,
int topPad,
int bottomPad,
Character character,
Integer width,
Integer height) |
abstract Cell.FullPadding |
rightPad(int rightPad) |
abstract Cell.FullPadding |
topPad(int topPad) |
public static final Cell.FullPadding INSTANCE
public abstract Cell.FullPadding fullPad(int pad)
public abstract Cell.FullPadding leftPad(int leftPad)
public abstract Cell.FullPadding rightPad(int rightPad)
public abstract Cell.FullPadding topPad(int topPad)
public abstract Cell.FullPadding bottomPad(int bottomPad)
public static Cell.FullPadding of(int leftPad, int rightPad, int topPad, int bottomPad, Character character, Integer width, Integer height)
Copyright © 2017 JBoss by Red Hat. All rights reserved.