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, setRegionTexture
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createShader, createStockShader
addFactoryListener, 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, setRegionTexture
public ShapeRep createPathRep()
createPathRep
in interface ResourceFactory
public ShapeRep createRoundRectRep()
createRoundRectRep
in interface ResourceFactory
public ShapeRep createEllipseRep()
createEllipseRep
in interface ResourceFactory
public ShapeRep createArcRep()
createArcRep
in interface ResourceFactory