blurnode-ag凯发旗舰厅



com.spire.presentation.drawing
class blurnode

java.lang.object
  extended by com.spire.presentation.drawing.effectnode
      extended by com.spire.presentation.drawing.blurnode

public class blurnode
extends effectnode

represents a blur effect that is applied to the entire shape, including its fill. all color channels, including alpha, are affected.


constructor summary
blurnode(double radius, boolean grow)
           
 
method summary
 boolean getgrow()
          indicates whether effect spreads beyond shape border.
 double getradius()
          blur radius.
 
constructor detail

blurnode

public blurnode(double radius,
                boolean grow)
method detail

getradius

public double getradius()
blur radius. readonly .
returns:

getgrow

public boolean getgrow()
indicates whether effect spreads beyond shape border. readonly .
returns:


网站地图