Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.xerox.VTM.glyphs
Interface Transparent  view Transparent download Transparent.java

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