public class SwatchColor
extends java.lang.Object
Java class for SwatchColor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SwatchColor"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="redColor" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="greenColor" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="blueColor" type="{http://www.w3.org/2001/XMLSchema}int"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
SwatchColor() |
Modifier and Type | Method and Description |
---|---|
int |
getBlueColor()
Gets the value of the blueColor property.
|
int |
getGreenColor()
Gets the value of the greenColor property.
|
int |
getRedColor()
Gets the value of the redColor property.
|
void |
setBlueColor(int value)
Sets the value of the blueColor property.
|
void |
setGreenColor(int value)
Sets the value of the greenColor property.
|
void |
setRedColor(int value)
Sets the value of the redColor property.
|
public int getRedColor()
public void setRedColor(int value)
public int getGreenColor()
public void setGreenColor(int value)
public int getBlueColor()
public void setBlueColor(int value)
Copyright © 2010 - 2023 Adobe. All Rights Reserved