public class Reflection extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
int |
alpha
Specifies shadow transparency (0-100)
|
double |
blur
Specifies the radius of the blur (0-100)
|
int |
direction
Specifies the direction to offset the shadow (0-360)
|
double |
dist
Specifies how far to offset the shadow (0-100)
|
double |
size
Specifies shadow size (0-100)
|
| 构造器和说明 |
|---|
Reflection() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getAlpha() |
double |
getBlur() |
int |
getDirection() |
double |
getDist() |
double |
getSize() |
Reflection |
setAlpha(int alpha) |
Reflection |
setBlur(double blur) |
Reflection |
setDirection(int direction) |
Reflection |
setDist(double dist) |
Reflection |
setSize(double size) |
public int alpha
public double size
public double blur
public double dist
public int direction
public int getAlpha()
public Reflection setAlpha(int alpha)
public double getSize()
public Reflection setSize(double size)
public double getBlur()
public Reflection setBlur(double blur)
public double getDist()
public Reflection setDist(double dist)
public int getDirection()
public Reflection setDirection(int direction)
Copyright © 2025. All rights reserved.