MCPcopy Create free account
hub / github.com/SPLWare/esProc / setStroke

Method setStroke

src/main/java/com/scudata/chart/Utils.java:633–749  ·  view source on GitHub ↗

设置绘制直线的风格 @param g Graphics2D @param c Color,为null不设置,表示用当前的颜色 备注:null到底是表示当前画笔颜色还是透明色? @param style 风格 @param weight 粗度 @return boolean 设置成功返回true,否则返回false

(Graphics2D g, Color c, int style,
			float weight)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

paintIconMethod · 0.95
drawLine2Method · 0.95
drawTextMethod · 0.95
draw2DRectMethod · 0.95
drawRaisedBorderMethod · 0.95
drawRectShadowMethod · 0.95
draw3DRectMethod · 0.95
draw2DArcMethod · 0.95
drawCartesianPoint2Method · 0.95
drawPolarPoint1Method · 0.95
drawPolarPoint2Method · 0.95
drawCylinderTopMethod · 0.95

Calls 4

hasNextMethod · 0.65
addMethod · 0.65
setColorMethod · 0.45
nextMethod · 0.45

Tested by

no test coverage detected