|
|||||||||
| Home >> All >> com >> xerox >> VTM >> [ glyphs overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.xerox.VTM.glyphs
Interface Transparent

- All Known Implementing Classes:
- FPolygonST, VCircleST, VDiamondOrST, VDiamondST, VEllipseST, VOctagonOrST, VOctagonST, VPolygonST, VRectangleOrST, VRectangleST, VRoundRectST, VShapeST, VTriangleOrST, VTriangleST
- public interface Transparent
Transparency interface - implemented by all V[xxx]ST glyphs. Opacity is between 0.0 (fully transparent) and 1.0 (fully opaque)
| Field Summary | |
static java.awt.AlphaComposite |
acO
original alpha composite (opaque) |
| Method Summary | |
float |
getTransparencyValue()
get alpha value (transparency) for this glyph |
void |
setTransparencyValue(float a)
set alpha channel value (transparency) |
| Field Detail |
acO
public static final java.awt.AlphaComposite acO
- original alpha composite (opaque)
| Method Detail |
setTransparencyValue
public void setTransparencyValue(float a)
- set alpha channel value (transparency)
getTransparencyValue
public float getTransparencyValue()
- get alpha value (transparency) for this glyph
|
|||||||||
| Home >> All >> com >> xerox >> VTM >> [ glyphs overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC