Syntax
service ShadowProperties;
Description
This is a set of properties to describe the style for rendering a shadow.
Property Details
|
|
Syntax
boolean Shadow;
Description
enables/disables the shadow of a Shape .
The other shadow properties are only applied if this is
set to true
.
Syntax
long ShadowColor;
Description
This is the color of the shadow of this Shape .
Syntax
short ShadowTransparence;
Description
This defines the degree of transparence of the shadow in percent.
Syntax
long ShadowXDistance;
Description
This is the horizontal distance of the left edge of the
Shape to the shadow.
Syntax
long ShadowYDistance;
Description
This is the vertical distance of the top edge of the
Shape to the shadow.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.