| Package | Description |
|---|---|
| java.awt.font |
Provides classes and interface relating to fonts.
|
| java.lang |
Provides classes that are fundamental to the design of the Java
programming language.
|
| Modifier and Type | Field and Description |
|---|---|
static Boolean |
TextAttribute.STRIKETHROUGH_ON
A single strikethrough.
|
| Modifier and Type | Field and Description |
|---|---|
static Boolean |
Boolean.FALSE
The
Boolean object corresponding to the primitive
value false. |
static Boolean |
Boolean.TRUE
The
Boolean object corresponding to the primitive
value true. |
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
Boolean.valueOf(boolean b)
Returns a Boolean instance representing the specified
boolean value.
|
static Boolean |
Boolean.valueOf(String s)
Returns a
Boolean with a value represented by the
specified String. |
Copyright © 2013 CableLabs. All rights reserved.