Immutable layout alignment options, including Bit#Fill.
More...
Immutable layout alignment options, including Bit#Fill.
Definition at line 35 of file Alignment.java.
◆ Alignment() [1/3]
| com.jogamp.graph.ui.layout.Alignment.Alignment |
( |
final List< Bit > |
v | ) |
|
◆ Alignment() [2/3]
| com.jogamp.graph.ui.layout.Alignment.Alignment |
( |
final Bit |
v | ) |
|
◆ Alignment() [3/3]
| com.jogamp.graph.ui.layout.Alignment.Alignment |
( |
final int |
v | ) |
|
◆ equals()
| boolean com.jogamp.graph.ui.layout.Alignment.equals |
( |
final Object |
other | ) |
|
◆ getBits()
| static int com.jogamp.graph.ui.layout.Alignment.getBits |
( |
final List< Bit > |
v | ) |
|
|
static |
◆ isSet() [1/3]
| boolean com.jogamp.graph.ui.layout.Alignment.isSet |
( |
final Bit |
bit | ) |
|
◆ isSet() [2/3]
| boolean com.jogamp.graph.ui.layout.Alignment.isSet |
( |
final int |
bits | ) |
|
◆ isSet() [3/3]
| boolean com.jogamp.graph.ui.layout.Alignment.isSet |
( |
final List< Bit > |
bits | ) |
|
◆ toString()
| String com.jogamp.graph.ui.layout.Alignment.toString |
( |
| ) |
|
◆ Center
| final Alignment com.jogamp.graph.ui.layout.Alignment.Center = new Alignment(Alignment.Bit.CenterHoriz.value | Alignment.Bit.CenterVert.value ) |
|
static |
◆ CenterHoriz
| final Alignment com.jogamp.graph.ui.layout.Alignment.CenterHoriz = new Alignment(Alignment.Bit.CenterHoriz.value ) |
|
static |
◆ Fill
| final Alignment com.jogamp.graph.ui.layout.Alignment.Fill = new Alignment(Alignment.Bit.Fill.value) |
|
static |
◆ FillCenter
| final Alignment com.jogamp.graph.ui.layout.Alignment.FillCenter = new Alignment(Alignment.Bit.Fill.value | Alignment.Bit.CenterHoriz.value | Alignment.Bit.CenterVert.value) |
|
static |
◆ mask
| final int com.jogamp.graph.ui.layout.Alignment.mask |
◆ None
The documentation for this class was generated from the following file: