Uses of Class
dks.src.shadowEditor.CShadow

Packages that use CShadow
dks.src.shadowEditor   
dks.src.wordart   
 

Uses of CShadow in dks.src.shadowEditor
 

Methods in dks.src.shadowEditor that return CShadow
 CShadow JdksShadowEditorPane.getEditor()
           
 

Methods in dks.src.shadowEditor with parameters of type CShadow
 void JdksShadowEditorPane.setEditor(CShadow shadowEditor)
           
 

Constructors in dks.src.shadowEditor with parameters of type CShadow
JdksShadowEditorPane(CShadow shadow)
           
 

Uses of CShadow in dks.src.wordart
 

Methods in dks.src.wordart that return CShadow
 CShadow CWordArt.getShadow()
           
 

Methods in dks.src.wordart with parameters of type CShadow
 void CWordArt.setShadow(CShadow shadow)
           
 

Constructors in dks.src.wordart with parameters of type CShadow
CWordArt(java.lang.String text, java.awt.Font font, CShadow shadow)
           
CWordArt(java.lang.String text, java.awt.Font font, CShadow shadow, CWarp warp)
           
CWordArt(java.lang.String text, java.awt.Font font, CTexture texture, CShadow shadow)
           
CWordArt(java.lang.String text, java.awt.Font font, CTexture texture, CShadow shadow, CWarp warp)