Package | Description |
---|---|
com.sun.prism | |
com.sun.prism.d3d | |
com.sun.prism.es2 | |
com.sun.prism.j2d | |
com.sun.prism.null3d | |
com.sun.prism.sw |
Modifier and Type | Method and Description |
---|---|
static GraphicsPipeline.ShaderModel |
GraphicsPipeline.ShaderModel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GraphicsPipeline.ShaderModel[] |
GraphicsPipeline.ShaderModel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
GraphicsPipeline.supportsShader(GraphicsPipeline.ShaderType type,
GraphicsPipeline.ShaderModel model)
Returns true iff the graphics objects from this pipeline support
the indicated
GraphicsPipeline.ShaderType and GraphicsPipeline.ShaderModel . |
abstract boolean |
GraphicsPipeline.supportsShaderModel(GraphicsPipeline.ShaderModel model)
Returns true iff the graphics objects from this pipeline support
the indicated
GraphicsPipeline.ShaderModel . |
Modifier and Type | Method and Description |
---|---|
boolean |
D3DPipeline.supportsShaderModel(GraphicsPipeline.ShaderModel model) |
Modifier and Type | Method and Description |
---|---|
boolean |
ES2Pipeline.supportsShaderModel(GraphicsPipeline.ShaderModel model) |
Modifier and Type | Method and Description |
---|---|
boolean |
J2DPipeline.supportsShaderModel(GraphicsPipeline.ShaderModel model) |
Modifier and Type | Method and Description |
---|---|
boolean |
NULL3DPipeline.supportsShaderModel(GraphicsPipeline.ShaderModel model) |
Modifier and Type | Method and Description |
---|---|
boolean |
SWPipeline.supportsShaderModel(GraphicsPipeline.ShaderModel model) |