public abstract class

BasePen

extends Pen
java.lang.Object
   ↳ com.htc.painting.tool.pen.Pen
     ↳ com.htc.painting.tool.pen.BasePen
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

Provide default properties of Pen

Summary

[Expand]
Inherited Fields
From class com.htc.painting.tool.pen.Pen
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
From class java.lang.Object

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