com.esri.arcgisws
Class CmykColor

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

public class CmykColor
extends Color
implements Serializable

Java class for CmykColor complex type.

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

 <complexType name="CmykColor">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}Color">
       <sequence>
         <element name="Cyan" type="{http://www.w3.org/2001/XMLSchema}unsignedByte"/>
         <element name="Magenta" type="{http://www.w3.org/2001/XMLSchema}unsignedByte"/>
         <element name="Yellow" type="{http://www.w3.org/2001/XMLSchema}unsignedByte"/>
         <element name="Black" type="{http://www.w3.org/2001/XMLSchema}unsignedByte"/>
         <element name="Overprint" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="IsSpot" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="SpotDescription" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="SpotPercent" type="{http://www.w3.org/2001/XMLSchema}short"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
CmykColor()
          CmykColor default constructor.
CmykColor(Boolean useWindowsDithering, Short alphaValue, short cyan, short magenta, short yellow, short black, boolean overprint, boolean isSpot, String spotDescription, short spotPercent)
          Deprecated. 
 
Method Summary
 short getBlack()
          Gets the value of the black property.
 short getCyan()
          Gets the value of the cyan property.
 short getMagenta()
          Gets the value of the magenta property.
 String getSpotDescription()
          Gets the value of the spotDescription property.
 short getSpotPercent()
          The saturation of the spot plate.
 short getYellow()
          Gets the value of the yellow property.
 boolean isIsSpot()
          Indicates if the color is a spot color.
 boolean isOverprint()
          Gets the value of the overprint property.
 void setBlack(short value)
          Sets the value of the black property.
 void setCyan(short value)
          Sets the value of the cyan property.
 void setIsSpot(boolean value)
          Indicates if the color is a spot color.
 void setMagenta(short value)
          Sets the value of the magenta property.
 void setOverprint(boolean value)
          Sets the value of the overprint property.
 void setSpotDescription(String value)
          Sets the value of the spotDescription property.
 void setSpotPercent(short value)
          The saturation of the spot plate.
 void setYellow(short value)
          Sets the value of the yellow 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

CmykColor

@Deprecated
public CmykColor(Boolean useWindowsDithering,
                            Short alphaValue,
                            short cyan,
                            short magenta,
                            short yellow,
                            short black,
                            boolean overprint,
                            boolean isSpot,
                            String spotDescription,
                            short spotPercent)
Deprecated. 

CmykColor constructor.


CmykColor

public CmykColor()
CmykColor default constructor.

Method Detail

getCyan

public short getCyan()
Gets the value of the cyan property.


setCyan

public void setCyan(short value)
Sets the value of the cyan property.


getMagenta

public short getMagenta()
Gets the value of the magenta property.


setMagenta

public void setMagenta(short value)
Sets the value of the magenta property.


getYellow

public short getYellow()
Gets the value of the yellow property.


setYellow

public void setYellow(short value)
Sets the value of the yellow property.


getBlack

public short getBlack()
Gets the value of the black property.


setBlack

public void setBlack(short value)
Sets the value of the black property.


isOverprint

public boolean isOverprint()
Gets the value of the overprint property.


setOverprint

public void setOverprint(boolean value)
Sets the value of the overprint property.


isIsSpot

public boolean isIsSpot()
Indicates if the color is a spot color. Gets the value of the isSpot property.


setIsSpot

public void setIsSpot(boolean value)
Indicates if the color is a spot color. Sets the value of the isSpot property.


getSpotDescription

public String getSpotDescription()
Gets the value of the spotDescription property.

Returns:
possible object is String

setSpotDescription

public void setSpotDescription(String value)
Sets the value of the spotDescription property.

Parameters:
value - allowed object is String

getSpotPercent

public short getSpotPercent()
The saturation of the spot plate. Gets the value of the spotPercent property.


setSpotPercent

public void setSpotPercent(short value)
The saturation of the spot plate. Sets the value of the spotPercent property.