com.aspose.slides
Class AlphaFloor

java.lang.Object
  extended by com.aspose.slides.ImageTransformOperation
      extended by com.aspose.slides.AlphaFloor
All Implemented Interfaces:
IAlphaFloor, IImageTransformOperation, IPresentationComponent, ISlideComponent, java.lang.Cloneable

public class AlphaFloor
extends ImageTransformOperation
implements IAlphaFloor

Represents an Alpha Floor effect. Alpha (opacity) values less than 100% are changed to zero. In other words, anything partially transparent becomes fully transparent.


Constructor Summary
AlphaFloor()
           Default constructor.
 
Method Summary
 EffectEffectiveData getReadonly(BaseSlide slide, FloatColor styleColor)
           
 
Methods inherited from class com.aspose.slides.ImageTransformOperation
getPresentation, getSlide
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.aspose.slides.ISlideComponent
getSlide
 
Methods inherited from interface com.aspose.slides.IPresentationComponent
getPresentation
 

Constructor Detail

AlphaFloor

public AlphaFloor()

Default constructor.

Method Detail

getReadonly

public EffectEffectiveData getReadonly(BaseSlide slide,
                                       FloatColor styleColor)