Package | Description |
---|---|
com.sun.javafx.sg.prism | |
com.sun.prism | |
com.sun.prism.impl.ps | |
com.sun.prism.impl.shape | |
com.sun.prism.j2d | |
com.sun.prism.sw |
Modifier and Type | Field and Description |
---|---|
protected ShapeRep |
NGShape.shapeRep |
Modifier and Type | Method and Description |
---|---|
protected ShapeRep |
NGEllipse.createShapeRep(Graphics g) |
protected ShapeRep |
NGShape.createShapeRep(Graphics g) |
protected ShapeRep |
NGArc.createShapeRep(Graphics g) |
protected ShapeRep |
NGRectangle.createShapeRep(Graphics g) |
protected ShapeRep |
NGCircle.createShapeRep(Graphics g) |
Modifier and Type | Method and Description |
---|---|
ShapeRep |
ResourceFactory.createArcRep() |
ShapeRep |
ResourceFactory.createEllipseRep() |
ShapeRep |
ResourceFactory.createPathRep() |
ShapeRep |
ResourceFactory.createRoundRectRep() |
Modifier and Type | Class and Description |
---|---|
class |
CachingEllipseRep |
class |
CachingRoundRectRep |
class |
CachingShapeRep
An implementation of ShapeRep that attempts to cache and reuse the
mask texture that is used to render the filled/stroked geometry.
|
Modifier and Type | Method and Description |
---|---|
ShapeRep |
BaseShaderFactory.createArcRep() |
ShapeRep |
BaseShaderFactory.createEllipseRep() |
ShapeRep |
BaseShaderFactory.createPathRep() |
ShapeRep |
BaseShaderFactory.createRoundRectRep() |
Modifier and Type | Class and Description |
---|---|
class |
BasicEllipseRep |
class |
BasicRoundRectRep |
class |
BasicShapeRep |
Modifier and Type | Field and Description |
---|---|
private static ShapeRep |
J2DResourceFactory.theRep |
Modifier and Type | Method and Description |
---|---|
ShapeRep |
J2DResourceFactory.createArcRep() |
ShapeRep |
J2DResourceFactory.createEllipseRep() |
ShapeRep |
J2DResourceFactory.createPathRep() |
ShapeRep |
J2DResourceFactory.createRoundRectRep() |
Modifier and Type | Field and Description |
---|---|
private static ShapeRep |
SWResourceFactory.rectRep |
private static ShapeRep |
SWResourceFactory.theRep |
Modifier and Type | Method and Description |
---|---|
ShapeRep |
SWResourceFactory.createArcRep() |
ShapeRep |
SWResourceFactory.createEllipseRep() |
ShapeRep |
SWResourceFactory.createPathRep() |
ShapeRep |
SWResourceFactory.createRoundRectRep() |