public abstract class BaseShaderFactory extends BaseResourceFactory implements ShaderFactory
| Constructor and Description |
|---|
BaseShaderFactory() |
BaseShaderFactory(java.util.Map<Image,Texture> clampTexCache,
java.util.Map<Image,Texture> repeatTexCache,
java.util.Map<Image,Texture> mipmapTexCache) |
| Modifier and Type | Method and Description |
|---|---|
ShapeRep |
createArcRep() |
ShapeRep |
createEllipseRep() |
ShapeRep |
createPathRep() |
ShapeRep |
createRoundRectRep() |
addFactoryListener, canClampToEdge, canClampToZero, canRepeat, clearTextureCache, clearTextureCache, createFloatTexture, createMaskTexture, createTexture, createTexture, getCachedTexture, getCachedTexture, getFactoryListeners, getGlyphTexture, getRegionTexture, isDeviceReady, isSuperShaderAllowed, isWrapModeSupported, notifyReleased, notifyReset, removeFactoryListener, setGlyphTexture, setRegionTextureclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateShader, createStockShaderaddFactoryListener, createFloatTexture, createMaskTexture, createMesh, createMeshView, createPhongMaterial, createPresentable, createRTTexture, createRTTexture, createTexture, createTexture, createTexture, createTexture, createTexture, dispose, getCachedTexture, getCachedTexture, getGlyphTexture, getMaximumTextureSize, getRegionTexture, getRTTHeight, getRTTWidth, getTextureResourcePool, isCompatibleTexture, isDeviceReady, isFormatSupported, isSuperShaderAllowed, isWrapModeSupported, removeFactoryListener, setGlyphTexture, setRegionTexturepublic ShapeRep createPathRep()
createPathRep in interface ResourceFactorypublic ShapeRep createRoundRectRep()
createRoundRectRep in interface ResourceFactorypublic ShapeRep createEllipseRep()
createEllipseRep in interface ResourceFactorypublic ShapeRep createArcRep()
createArcRep in interface ResourceFactory