| Modifier and Type | Field and Description |
|---|---|
protected TextCellFactory |
SquidLayers.textFactory |
| Modifier and Type | Method and Description |
|---|---|
TextCellFactory |
TextCellFactory.addFit(String fit)
Adds the code points in the string to the list of characters that will be
guaranteed to fit.
|
TextCellFactory |
TextCellFactory.antialias(boolean antialias)
Deprecated.
AA is the wave of the future!
|
TextCellFactory |
TextCellFactory.bottomPadding(int padding)
Sets the amount of padding on the bottom side to the provided value.
|
TextCellFactory |
TextCellFactory.defaultNarrowFont()
Sets this factory to use a default 12x24 font.
|
TextCellFactory |
TextCellFactory.defaultSquareFont()
Sets this factory to use a default 12x12 font.
|
TextCellFactory |
TextCellFactory.fit(String fit)
Sets the characters that will be guaranteed to fit to the provided ones.
|
TextCellFactory |
TextCellFactory.font(String fontpath)
Sets this factory to use the provided font.
|
TextCellFactory |
SquidLayers.getTextFactory() |
TextCellFactory |
TextCellFactory.height(int height)
Sets the factory's cell height to the provided value.
|
TextCellFactory |
TextCellFactory.initByFont()
Initializes the factory to then be able to create text cells on demand.
|
TextCellFactory |
TextCellFactory.initBySize()
Initializes the factory to then be able to create text cells on demand.
|
TextCellFactory |
TextCellFactory.initVerbatim()
Initializes the factory to then be able to create text cells on demand.
|
TextCellFactory |
TextCellFactory.leftPadding(int padding)
Sets the amount of padding on the left side to the provided value.
|
TextCellFactory |
TextCellFactory.padding(int padding)
Sets the amount of padding on all sides to the provided value.
|
TextCellFactory |
TextCellFactory.rightPadding(int padding)
Sets the amount of padding on the right side to the provided value.
|
TextCellFactory |
TextCellFactory.topPadding(int padding)
Sets the amount of padding on the top side to the provided value.
|
TextCellFactory |
TextCellFactory.width(int width)
Sets the factory's cell width to the provided value.
|
| Constructor and Description |
|---|
SquidPanel(int gridWidth,
int gridHeight,
TextCellFactory factory)
Builds a panel with the given grid size and all other parameters determined by the factory.
|
Copyright © 2012–2015. All rights reserved.