specialEffectsタグは、グラフまたはゲージのサブコンポーネントのグラデーション・プロパティを設定する場合に使用します。
specialEffectsタグは次のコンポーネントの子として使用できます。
グラフ:
background、legendArea、graphPlotArea、graphPieFrame、series、timeSelector
ゲージ:
gaugeBackground、gaugeSetBackground、gaugePlotArea、gaugeFrame、gaugeLegendArea、
lowerLabelFrame、upperLabelFrame、indicator、indicatorBase、indicatorBar、threshold
specialEffectsタグの子として使用できるタグはgradientStopStyleです。
次の例は、ゲージの背景のグラデーション塗りつぶしを含むXMLを示しています。
<dvt:gauge> <dvt:gaugeBackground borderColor="#848284"> <dvt:specialEffects fillType="FT_GRADIENT" gradientDirection="GD_RADIAL"> <dvt:gradientStopStyle stopIndex="0" gradientStopPosition="60" gradientStopColor="#FFFFCC"/> <dvt:gradientStopStyle stopIndex="1" gradientStopPosition="90" gradientStopColor="#FFFF99"/> </dvt:specialEffects> </dvt:gaugeBackground> </dvt:gauge>
名前 | 型 | ELのサポート | 説明 |
---|---|---|---|
id | java.lang.String | なし | コンポーネントの識別子を指定します |
fillType | java.lang.String | なし | グラデーション塗りつぶしとベタ塗りつぶしのいずれを使用するかを指定します。
|
gradientDirection | java.lang.String | なし | グラデーション塗りつぶしの変化の方向を設定します。
|
gradientNumStops | int | なし | 使用するgradientStopStylesの数(色数)を指定します。 |