Filter by API Level:
Package Index
|
Class Index
android
com.htc.app
com.htc.content
com.htc.fragment.content
com.htc.fragment.widget
com.htc.lockscreen.fusion.open
com.htc.lockscreen.open.phone
com.htc.painting.engine
com.htc.painting.engine.render
com.htc.painting.engine.stroke
com.htc.painting.pal
com.htc.painting.penmenu
com.htc.painting.penmenu.highlight
com.htc.painting.penmenu15
com.htc.painting.penmenu15.view
com.htc.painting.tool.pen
com.htc.pen
com.htc.provider
com.htc.res
com.htc.util.skin
com.htc.view
com.htc.view.table
com.htc.view.util
com.htc.widget
Classes
BasePen
Pen
PenConfigAdapter
PenProps
PenPropsDatabase
PenUtils
ReadOnlyPenProps
Exceptions
PenException
Package Index
|
Class Index
Summary:
Inherited Fields
|
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
Since:
API Level 2.0
public abstract class
BasePen
extends
Pen
java.lang.Object
↳
com.htc.painting.tool.pen.Pen
↳
com.htc.painting.tool.pen.BasePen
Known Direct Subclasses
HtcPen
HtcPen
Provide more properties related to stroke Properties
Known Indirect Subclasses
HtcPen.EraserPen
HtcPen.EraserPen
Class Overview
Provide default properties of Pen
Summary
[Expand]
Inherited Fields
From class
com.htc.painting.tool.pen.Pen
protected
Context
mContext
protected
ReadOnlyPenProps
mPenProps
Pen Property Bundle
Public Constructors
BasePen
(
Context
context,
Integer
id,
ReadOnlyPenProps
penProps)
Public Methods
boolean
canChangeAlpha
()
boolean
canChangeColor
()
boolean
canChangeSize
()
int
getDefaultAlpha
()
int
getDefaultColor
()
float
getDefaultWidth
()
float
getMaxWidth
()
float
getMinWidth
()
[Expand]
Inherited Methods
From class
com.htc.painting.tool.pen.Pen
final
String
getAppPackageName
()
Get pen application package name
final int
getId
()
Get id
final
String
getName
()
Get pen name
final
ReadOnlyPenProps
getPenProps
()
Get pen penProps
abstract
IRenderEngine
getRenderEngine
()
String
toString
()
From class
java.lang.Object
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
Public Constructors
public
BasePen
(
Context
context,
Integer
id,
ReadOnlyPenProps
penProps)
Since:
API Level 2.0
Public Methods
public boolean
canChangeAlpha
()
Since:
API Level 2.0
public boolean
canChangeColor
()
Since:
API Level 2.0
public boolean
canChangeSize
()
Since:
API Level 2.0
public int
getDefaultAlpha
()
Since:
API Level 2.0
public int
getDefaultColor
()
Since:
API Level 2.0
public float
getDefaultWidth
()
Since:
API Level 2.0
public float
getMaxWidth
()
Since:
API Level 2.0
public float
getMinWidth
()
Since:
API Level 2.0