public class WhiteboardToolView.DrawToolbarObj
extends java.lang.Object
构造器和说明 |
---|
DrawToolbarObj(WhiteboardDrawView.ToolType toolType) |
DrawToolbarObj(WhiteboardDrawView.ToolType toolType,
int lineColor,
int lineWidth) |
限定符和类型 | 方法和说明 |
---|---|
int |
getLineColor() |
int |
getLineWidth() |
WhiteboardDrawView.ToolType |
getToolType() |
void |
setLineColor(int lineColor) |
void |
setLineWidth(int lineWidth) |
void |
setToolType(WhiteboardDrawView.ToolType toolType) |
java.lang.String |
toString() |
public DrawToolbarObj(WhiteboardDrawView.ToolType toolType)
public DrawToolbarObj(WhiteboardDrawView.ToolType toolType, int lineColor, int lineWidth)
public WhiteboardDrawView.ToolType getToolType()
public void setToolType(WhiteboardDrawView.ToolType toolType)
public int getLineColor()
public void setLineColor(int lineColor)
public int getLineWidth()
public void setLineWidth(int lineWidth)
public java.lang.String toString()
toString
在类中 java.lang.Object