Modifier and Type | Field and Description |
---|---|
protected BasicStroke |
NGShape.drawStroke |
private BasicStroke |
NGCanvas.stroke |
Modifier and Type | Method and Description |
---|---|
private BasicStroke |
NGRegion.createStroke(BorderStrokeStyle sb,
double strokeWidth,
double lineLength,
boolean forceCentered)
Creates a Prism BasicStroke based on the stroke style, width, and line length.
|
private BasicStroke |
NGCanvas.getStroke() |
Modifier and Type | Method and Description |
---|---|
private static boolean |
NGRectangle.hasRightAngleMiterAndNoDashes(BasicStroke bs) |
void |
NGShape.setDrawStroke(BasicStroke drawStroke) |
private static void |
NGCanvas.strokebounds(BasicStroke stroke,
Shape shape,
RectBounds bounds,
BaseTransform transform) |
Modifier and Type | Field and Description |
---|---|
(package private) static BasicStroke |
QuantumToolkit.tmpStroke |
Modifier and Type | Field and Description |
---|---|
private static BasicStroke |
WCGraphicsPrismContext.focusRingStroke |
private BasicStroke |
WCStrokeImpl.stroke |
Modifier and Type | Method and Description |
---|---|
BasicStroke |
WCStrokeImpl.getPlatformStroke() |
Modifier and Type | Method and Description |
---|---|
private void |
WCGraphicsPrismContext.render(Graphics g,
Effect effect,
Paint paint,
BasicStroke stroke,
NGNode node) |
protected boolean |
WCBufferedContext.shouldRenderRect(float x,
float y,
float w,
float h,
DropShadow shadow,
BasicStroke stroke) |
protected boolean |
WCGraphicsPrismContext.shouldRenderRect(float x,
float y,
float w,
float h,
DropShadow shadow,
BasicStroke stroke) |
protected boolean |
WCBufferedContext.shouldRenderShape(Shape shape,
DropShadow shadow,
BasicStroke stroke) |
protected boolean |
WCGraphicsPrismContext.shouldRenderShape(Shape shape,
DropShadow shadow,
BasicStroke stroke) |
Modifier and Type | Method and Description |
---|---|
BasicStroke |
BasicStroke.copy() |
BasicStroke |
Graphics.getStroke() |
Modifier and Type | Method and Description |
---|---|
void |
Graphics.setStroke(BasicStroke stroke) |
Modifier and Type | Field and Description |
---|---|
private static BasicStroke |
BaseGraphics.DEFAULT_STROKE |
protected BasicStroke |
BaseGraphics.stroke |
Modifier and Type | Method and Description |
---|---|
BasicStroke |
BaseGraphics.getStroke() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
BaseGraphics.renderShape(Shape shape,
BasicStroke stroke,
float bx,
float by,
float bw,
float bh) |
void |
BaseGraphics.setStroke(BasicStroke stroke) |
Modifier and Type | Field and Description |
---|---|
(package private) BasicStroke |
CachingShapeRepState.CacheEntry.stroke |
Modifier and Type | Method and Description |
---|---|
private static boolean |
BaseShaderGraphics.canUseStrokeShader(BasicStroke bs) |
(package private) boolean |
CachingShapeRepState.MaskCache.entryMatches(CachingShapeRepState.CacheEntry entry,
Shape shape,
BasicStroke stroke,
BaseTransform xform,
boolean antialiasedShape) |
(package private) void |
CachingShapeRepState.MaskCache.get(BaseShaderContext context,
CachingShapeRepState.MaskTexData texData,
Shape shape,
BasicStroke stroke,
BaseTransform xform,
RectBounds xformBounds,
boolean xformBoundsIsACopy,
boolean antialiasedShape) |
private static float |
BaseShaderGraphics.getStrokeExpansionFactor(BasicStroke stroke) |
(package private) void |
CachingShapeRepState.render(Graphics g,
Shape shape,
RectBounds shapeBounds,
BasicStroke stroke) |
private void |
BaseShaderGraphics.renderGeneralRoundedRect(float rx,
float ry,
float rw,
float rh,
float arcw,
float arch,
BaseShaderContext.MaskType type,
BasicStroke stroke) |
protected void |
BaseShaderGraphics.renderShape(Shape shape,
BasicStroke stroke,
float bx,
float by,
float bw,
float bh) |
private void |
BaseShaderGraphics.renderWithComplexPaint(Shape shape,
BasicStroke stroke,
float bx,
float by,
float bw,
float bh) |
Modifier and Type | Method and Description |
---|---|
MaskData |
OpenPiscesRasterizer.getMaskData(Shape shape,
BasicStroke stroke,
RectBounds xformBounds,
BaseTransform xform,
boolean close,
boolean antialiasedShape) |
MaskData |
ShapeRasterizer.getMaskData(Shape shape,
BasicStroke stroke,
RectBounds xformBounds,
BaseTransform xform,
boolean close,
boolean antialiasedShape) |
MaskData |
NativePiscesRasterizer.getMaskData(Shape shape,
BasicStroke stroke,
RectBounds xformBounds,
BaseTransform xform,
boolean close,
boolean antialiasedShape) |
private static PathConsumer2D |
OpenPiscesPrismUtils.initRenderer(BasicStroke stroke,
BaseTransform tx,
Rectangle clip,
int pirule,
Renderer renderer) |
static MaskData |
ShapeUtil.rasterizeShape(Shape shape,
BasicStroke stroke,
RectBounds xformBounds,
BaseTransform xform,
boolean close,
boolean antialiasedShape) |
static Renderer |
OpenPiscesPrismUtils.setupRenderer(Path2D p2d,
BasicStroke stroke,
BaseTransform xform,
Rectangle rclip,
boolean antialiasedShape) |
static Renderer |
OpenPiscesPrismUtils.setupRenderer(Shape shape,
BasicStroke stroke,
BaseTransform xform,
Rectangle rclip,
boolean antialiasedShape) |
Modifier and Type | Field and Description |
---|---|
private static BasicStroke |
J2DPrismGraphics.DEFAULT_STROKE |
(package private) BasicStroke |
J2DPrismGraphics.stroke |
Modifier and Type | Method and Description |
---|---|
BasicStroke |
J2DPrismGraphics.getStroke() |
Modifier and Type | Method and Description |
---|---|
void |
J2DPrismGraphics.setStroke(BasicStroke stroke) |
(package private) static java.awt.Stroke |
J2DPrismGraphics.toJ2DStroke(BasicStroke stroke) |
Modifier and Type | Field and Description |
---|---|
private static BasicStroke |
SWGraphics.DEFAULT_STROKE |
private BasicStroke |
SWGraphics.stroke |
Modifier and Type | Method and Description |
---|---|
BasicStroke |
SWGraphics.getStroke() |
Modifier and Type | Method and Description |
---|---|
private void |
SWGraphics.paintEllipse(float x,
float y,
float width,
float height,
BasicStroke st) |
private void |
SWGraphics.paintRoundRect(float x,
float y,
float width,
float height,
float arcw,
float arch,
BasicStroke st) |
private void |
SWGraphics.paintShape(Shape shape,
BasicStroke st,
BaseTransform tr) |
private void |
SWGraphics.paintShapePaintAlreadySet(Shape shape,
BasicStroke st,
BaseTransform tr) |
(package private) void |
SWContext.renderShape(PiscesRenderer pr,
Shape shape,
BasicStroke stroke,
BaseTransform tr,
Rectangle clip,
boolean antialiasedShape) |
void |
SWContext.ShapeRenderer.renderShape(PiscesRenderer pr,
Shape shape,
BasicStroke stroke,
BaseTransform tr,
Rectangle clip,
boolean antialiasedShape) |
void |
SWContext.NativeShapeRenderer.renderShape(PiscesRenderer pr,
Shape shape,
BasicStroke stroke,
BaseTransform tr,
Rectangle clip,
boolean antialiasedShape) |
void |
SWContext.JavaShapeRenderer.renderShape(PiscesRenderer pr,
Shape shape,
BasicStroke stroke,
BaseTransform tr,
Rectangle clip,
boolean antialiasedShape) |
void |
SWGraphics.setStroke(BasicStroke stroke) |