defaultShortDisplay
kse.eio.Display.defaultShortDisplay
object defaultShortDisplay extends Display[Short]
Attributes
- Graph
-
- Supertypes
- Self type
-
defaultShortDisplay.type
Members list
Value members
Concrete methods
Implementation details for how to append things and report on alignment points.
Implementation details for how to append things and report on alignment points.
Attributes
Inherited methods
Place the displayable a into a target java.lang.StringBuilder
.
Place the displayable a into a target java.lang.StringBuilder
.
If limit is positive, it is the maximum target width.
If strict is true, do everything possible to meet the width. If false, it's advisory only. Numbers, for example, should generally clip (or fail to print) only in strict mode.
Attributes
- Inherited from:
- Display
Place the displayable into a new String
.
Place the displayable into a new String
with specified options.
In this article