com.esri.arcgisws
Class HlsColor

java.lang.Object
  extended by com.esri.arcgisws.Color
      extended by com.esri.arcgisws.HlsColor
All Implemented Interfaces:
Serializable

public class HlsColor
extends Color
implements Serializable

Java class for HlsColor complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="HlsColor">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}Color">
       <sequence>
         <element name="Hue" type="{http://www.w3.org/2001/XMLSchema}short"/>
         <element name="Lightness" type="{http://www.w3.org/2001/XMLSchema}unsignedByte"/>
         <element name="Saturation" type="{http://www.w3.org/2001/XMLSchema}unsignedByte"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
HlsColor()
          HlsColor default constructor.
HlsColor(Boolean useWindowsDithering, Short alphaValue, short hue, short lightness, short saturation)
          Deprecated. 
 
Method Summary
 short getHue()
          Gets the value of the hue property.
 short getLightness()
          Gets the value of the lightness property.
 short getSaturation()
          Gets the value of the saturation property.
 void setHue(short value)
          Sets the value of the hue property.
 void setLightness(short value)
          Sets the value of the lightness property.
 void setSaturation(short value)
          Sets the value of the saturation property.
 
Methods inherited from class com.esri.arcgisws.Color
getAlphaValue, getUseWindowsDithering, isUseWindowsDithering, setAlphaValue, setUseWindowsDithering
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HlsColor

@Deprecated
public HlsColor(Boolean useWindowsDithering,
                           Short alphaValue,
                           short hue,
                           short lightness,
                           short saturation)
Deprecated. 

HlsColor constructor.


HlsColor

public HlsColor()
HlsColor default constructor.

Method Detail

getHue

public short getHue()
Gets the value of the hue property.


setHue

public void setHue(short value)
Sets the value of the hue property.


getLightness

public short getLightness()
Gets the value of the lightness property.


setLightness

public void setLightness(short value)
Sets the value of the lightness property.


getSaturation

public short getSaturation()
Gets the value of the saturation property.


setSaturation

public void setSaturation(short value)
Sets the value of the saturation property.