JMSL Chart Programmer's Guide
|
3D Drawing Elements >> Fill Attributes |
Fill Attributes
Attribute FillColor
FillColor is a Color-valued attribute that determines the color of a surface. The
default value is Color.black
.
Attribute ColorFunction
Colorfunction is a Color-valued function of position. The default is null. If both FillColor and ColorFunction are set, ColorFunction is used to color the surface.
Attribute Material
Material defines the appearance of an object under illumination. Its value is a
javax.media.j3d.Material
. Its default value is the Material object created
with default parameters.
© Visual Numerics, Inc. All rights reserved. |