Lines Matching refs:is
14 * software distributed under the License is distributed on an
61 /** This is a set of properties to describe the style for rendering an area.
71 /** If the property <member>FillStyle</member> is set to <const>
72 FillStyle::SOLID</const>, this is the color used.
77 /** This is the transparence of the filled area.
79 <p>This property is only valid if the property <member>FillStyle
80 </member> is set to <const>FillStyle::SOLID</const>.
85 /** If a gradient is used for transparency, this is the name of the
86 used transparence gradient style or it is empty. If you set the name
99 /** If the property <member>FillStyle</member> is set to <const>
100 FillStyle::GRADIENT</const>, this is the name of the used fill
106 /** If the property <member>FillStyle</member> is set to <const>
112 /** If the property <member>FillStyle</member> is set to <const>
113 FillStyle::HATCH</const>, this is the name of the used fill hatch
119 /** If the property <member>FillStyle</member> is set to <const>
125 /** if this is <TRUE/>, the transparent background of a
126 hatch filled area is drawn in the current background color.
131 /** If the property <memebr>FillStyle</member> is set to <const>
132 FillStyle::BITMAP</const>, this is the name of the used fill bitmap
138 /** If the property <member>FillStyle</member> is set to <const>
139 FillStyle::BITMAP</const>, this is the bitmap used.
144 /** If the property <member>FillStyle</member> is set to <const>
145 FillStyle::BITMAP</const>, this is a URL to the bitmap used.
150 /** This is the horizontal offset where the tile starts.
152 <p>It is given in percent in relation to the width of the bitmap.</p>
157 /** This is the vertical offset where the tile starts.
159 <p>It is given in percent in relation to the height of the bitmap.</p>
164 /** Every second line of tiles is moved the given percent of the
170 /** Every second row of tiles is moved the given percent of the
182 /** specifies if the size is given in percentage or as an absolute value.
184 <p>If this is <TRUE/>, the properties <member>FillBitmapSizeX</member>
186 percent of the size of the original bitmap. If this is <FALSE/>, the
187 size of the tile is specified with 1/100th mm.
192 /** This is the width of the tile for filling.
195 this is either relative or absolute.
200 /** This is the height of the tile for filling.
203 this is either relative or absolute.
208 /** this enum selects how a area is filled with a single bitmap.
214 FillBitmapStretch is set to <FALSE/>, and the property FillBitmapTile
215 is set to <TRUE/>.</p>
218 FillBitmapStretch is set to <TRUE/>, and the property FillBitmapTile
219 is set to <FALSE/>.</p>
227 /** if set, the fill bitmap is stretched to fill the area of the shape.
229 <p>This property should not be used anymore and is included here for
234 to <const>BitmapMode::STRETCH</const>. BUT: behaviour is undefined, if
235 the property <member>FillBitmapTile</member> is <TRUE/> too.</p>
245 /** if set, the fill bitmap is repeated to fill the area of the shape.
247 <p>This property should not be used anymore and is included here for
252 to <const>BitmapMode::REPEAT</const>. BUT: behaviour is undefined, if
253 the property <member>FillBitmapStretch</member> is <TRUE/> too.</p>