public class TransparencySupporter extends Object
The object supporting transparency.
TransparencySupporter()
float
getOpacity()
void
setOpacity(float value)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TransparencySupporter()
public float getOpacity()
Gets or sets the object's opacity. The value should be between 0 and 1. Value of 0 means that object is fully visible, value of 1 means the object is fully opaque.
public void setOpacity(float value)
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.