|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PicText.HorAlign | |
---|---|
jpicedt.format.input.pstricks | Pstricks grammar tree. |
jpicedt.graphic.model | Document structure and graphic primitives. |
Uses of PicText.HorAlign in jpicedt.format.input.pstricks |
---|
Fields in jpicedt.format.input.pstricks with type parameters of type PicText.HorAlign | |
---|---|
static Pool.Key<PicText.HorAlign> |
PsRPutExpression.KEY_RPUT_HALIGN
key entry in Pool containing the horizontal alignment parameter |
Uses of PicText.HorAlign in jpicedt.graphic.model |
---|
Fields in jpicedt.graphic.model with type parameters of type PicText.HorAlign | |
---|---|
static PicAttributeName<PicText.HorAlign> |
PicAttributeName.TEXT_HOR_ALIGN
|
Methods in jpicedt.graphic.model that return PicText.HorAlign | |
---|---|
PicText.HorAlign |
PicText.getHorAlign()
Return horizontal alignment (see constant fields above) |
static PicText.HorAlign |
PicText.HorAlign.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PicText.HorAlign[] |
PicText.HorAlign.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in jpicedt.graphic.model with parameters of type PicText.HorAlign | |
---|---|
void |
PicText.setHorAlign(PicText.HorAlign horAlign)
Set the horizontal alignment (see constant fields above) |
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |