Uses of Class
dks.src.textureEditor.CTexture

Packages that use CTexture
dks.src.textureEditor   
dks.src.wordart   
 

Uses of CTexture in dks.src.textureEditor
 

Methods in dks.src.textureEditor that return CTexture
 CTexture JdksTextureEditorPane.getTextureEditor()
           
 

Methods in dks.src.textureEditor with parameters of type CTexture
 void JdksTextureEditorPane.setTextureEditor(CTexture textureEditor)
           
 

Constructors in dks.src.textureEditor with parameters of type CTexture
JdksTextureEditorPane(CTexture shadow)
           
 

Uses of CTexture in dks.src.wordart
 

Methods in dks.src.wordart that return CTexture
 CTexture CWordArt.getTexture()
           
 

Methods in dks.src.wordart with parameters of type CTexture
 void CWordArt.setTexture(CTexture texture)
           
 

Constructors in dks.src.wordart with parameters of type CTexture
CWordArt(java.lang.String text, java.awt.Font font, CTexture texture)
           
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)
           
CWordArt(java.lang.String text, java.awt.Font font, CTexture texture, CWarp warp)