org.citygml4j.model.citygml.appearance
Interface ColorPlusOpacity

All Superinterfaces:
AppearanceModuleComponent, Child, CityGML, Copyable, ModelObject
All Known Implementing Classes:
ColorPlusOpacityImpl

public interface ColorPlusOpacity
extends AppearanceModuleComponent, Child, Copyable


Method Summary
 java.lang.Double getBlue()
           
 Color getColor()
           
 java.lang.Double getGreen()
           
 java.lang.Double getOpacity()
           
 java.lang.Double getRed()
           
 void setBlue(java.lang.Double blue)
           
 void setColor(Color color)
           
 void setColorPlusOpacity(java.util.List<java.lang.Double> colorPlusOpacity)
           
 void setGreen(java.lang.Double green)
           
 void setOpacity(java.lang.Double opacity)
           
 void setRed(java.lang.Double red)
           
 java.util.List<java.lang.Double> toList()
           
 
Methods inherited from interface org.citygml4j.model.citygml.CityGML
getCityGMLClass, getCityGMLModule, isSetCityGMLModule
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 
Methods inherited from interface org.citygml4j.model.common.child.Child
getParent, isSetParent, setParent, unsetParent
 
Methods inherited from interface org.citygml4j.model.common.copy.Copyable
copy, copyTo
 

Method Detail

getRed

java.lang.Double getRed()

getGreen

java.lang.Double getGreen()

getBlue

java.lang.Double getBlue()

getColor

Color getColor()

getOpacity

java.lang.Double getOpacity()

toList

java.util.List<java.lang.Double> toList()

setRed

void setRed(java.lang.Double red)

setGreen

void setGreen(java.lang.Double green)

setBlue

void setBlue(java.lang.Double blue)

setColor

void setColor(Color color)

setOpacity

void setOpacity(java.lang.Double opacity)

setColorPlusOpacity

void setColorPlusOpacity(java.util.List<java.lang.Double> colorPlusOpacity)