<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="api.xsl"?>
<class name="BiAbstractGauge2GradientFiller" extends="BiAbstractGauge2Filler">
	<description>This class is the base class of all gradient fillers.</description>
	<arguments>
		<argument name="sColor1">
			<description>The desired color.</description>
			<type>String</type>
		</argument>
		<argument name="sColor2">
			<description>The desired color2.</description>
			<type>String</type>
		</argument>
		<argument name="nOpacity1">
			<description>The desired opacity1.</description>
			<type>String</type>
		</argument>
		<argument name="nOpacity2">
			<description>The desired opacity2.</description>
			<type>String</type>
		</argument>
		<argument name="nXPos">
			<description>EDIT_THIS</description>
			<type>EDIT_THIS</type>
		</argument>
		<argument name="nYPos">
			<description>EDIT_THIS</description>
			<type>EDIT_THIS</type>
		</argument>
	</arguments>
	<staticMethods>
	</staticMethods>
	<staticFields>
	</staticFields>
	<methods>
	</methods>
	<properties>
		<property name="color1" get="true" set="true">
			<description>The color1 that the filler is going to use.</description>
			<type>String</type>
		</property>
		<property name="color2" get="true" set="true">
			<description>The color2 that the filler is going to use.</description>
			<type>String</type>
		</property>
		<property name="opacity1" get="true" set="true">
			<description>The opacity1 that the filler is going to use for color1.</description>
			<type>Number</type>
		</property>
		<property name="opacity2" get="true" set="true">
			<description>The opacity2 that the filler is going to use for color2.</description>
			<type>Number</type>
		</property>
		<property name="xpos" get="true" set="true">
			<description>The the x position of the center of the radial filling.</description>
			<type>Number</type>
		</property>
		<property name="ypos" get="true" set="true">
			<description>The the y position of the center of the radial filling.</description>
			<type>Number</type>
		</property>
	</properties>
	<events>
	</events>
	<remarks>
	</remarks>
</class>
