@Deprecated public class DrawParamCache extends Object
| 构造器和说明 |
|---|
DrawParamCache()
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
org.ofdrw.core.basicType.ST_ID |
addToResource(ResManager resManager)
已过时。
构造绘制参数并加入资源中
如果绘制参数内部属性没有修改过,那么不会重复加入资源
|
DrawParamCache |
clone()
已过时。
|
org.ofdrw.core.pageDescription.drawParam.LineCapType |
getCap()
已过时。
|
Double |
getDashOffset()
已过时。
|
org.ofdrw.core.basicType.ST_Array |
getDashPattern()
已过时。
|
int[] |
getFillColor()
已过时。
|
org.ofdrw.core.basicType.ST_ID |
getID()
已过时。
|
org.ofdrw.core.pageDescription.drawParam.LineJoinType |
getJoin()
已过时。
|
Double |
getLineWidth()
已过时。
|
Double |
getMiterLimit()
已过时。
|
org.ofdrw.core.basicType.ST_RefID |
getRelative()
已过时。
|
int[] |
getStrokeColor()
已过时。
|
DrawParamCache |
setCap(org.ofdrw.core.pageDescription.drawParam.LineCapType cap)
已过时。
|
DrawParamCache |
setDashOffset(Double dashOffset)
已过时。
|
DrawParamCache |
setDashPattern(org.ofdrw.core.basicType.ST_Array dashPattern)
已过时。
|
DrawParamCache |
setFillColor(int[] fillColor)
已过时。
|
DrawParamCache |
setJoin(org.ofdrw.core.pageDescription.drawParam.LineJoinType join)
已过时。
|
DrawParamCache |
setLineWidth(Double lineWidth)
已过时。
|
DrawParamCache |
setMiterLimit(Double miterLimit)
已过时。
|
DrawParamCache |
setRelative(org.ofdrw.core.basicType.ST_RefID relative)
已过时。
|
DrawParamCache |
setStrokeColor(int[] strokeColor)
已过时。
|
public org.ofdrw.core.basicType.ST_ID getID()
public DrawParamCache setRelative(org.ofdrw.core.basicType.ST_RefID relative)
public org.ofdrw.core.basicType.ST_RefID getRelative()
public DrawParamCache setLineWidth(Double lineWidth)
public Double getLineWidth()
public DrawParamCache setJoin(org.ofdrw.core.pageDescription.drawParam.LineJoinType join)
public org.ofdrw.core.pageDescription.drawParam.LineJoinType getJoin()
public DrawParamCache setCap(org.ofdrw.core.pageDescription.drawParam.LineCapType cap)
public org.ofdrw.core.pageDescription.drawParam.LineCapType getCap()
public DrawParamCache setDashOffset(Double dashOffset)
public Double getDashOffset()
public DrawParamCache setDashPattern(org.ofdrw.core.basicType.ST_Array dashPattern)
public org.ofdrw.core.basicType.ST_Array getDashPattern()
public DrawParamCache setMiterLimit(Double miterLimit)
public Double getMiterLimit()
public DrawParamCache setFillColor(int[] fillColor)
public int[] getFillColor()
public DrawParamCache setStrokeColor(int[] strokeColor)
public int[] getStrokeColor()
public org.ofdrw.core.basicType.ST_ID addToResource(ResManager resManager)
如果绘制参数内部属性没有修改过,那么不会重复加入资源
resManager - 资源管理器public DrawParamCache clone()
Copyright © 2024. All rights reserved.