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)

Public Methods

public boolean canChangeAlpha ()

public boolean canChangeColor ()

public boolean canChangeSize ()

public int getDefaultAlpha ()

public int getDefaultColor ()

public float getDefaultWidth ()

public float getMaxWidth ()

public float getMinWidth ()