Uses of Class
org.apache.poi.hwmf.record.HwmfColorRef

Packages that use HwmfColorRef
org.apache.poi.hwmf.draw   
org.apache.poi.hwmf.record   
 

Uses of HwmfColorRef in org.apache.poi.hwmf.draw
 

Methods in org.apache.poi.hwmf.draw that return HwmfColorRef
 HwmfColorRef HwmfDrawProperties.getBackgroundColor()
           
 HwmfColorRef HwmfDrawProperties.getBrushColor()
           
 HwmfColorRef HwmfDrawProperties.getPenColor()
           
 HwmfColorRef HwmfDrawProperties.getTextColor()
           
 

Methods in org.apache.poi.hwmf.draw with parameters of type HwmfColorRef
 void HwmfDrawProperties.setBackgroundColor(HwmfColorRef backgroundColor)
           
 void HwmfDrawProperties.setBrushColor(HwmfColorRef brushColor)
           
 void HwmfDrawProperties.setPenColor(HwmfColorRef penColor)
           
 void HwmfDrawProperties.setTextColor(HwmfColorRef textColor)
           
 

Uses of HwmfColorRef in org.apache.poi.hwmf.record
 

Methods in org.apache.poi.hwmf.record that return HwmfColorRef
 HwmfColorRef HwmfColorRef.clone()
          Creates a new object of the same class and with the same contents as this object.
 



Copyright 2016 The Apache Software Foundation or its licensors, as applicable.