public final class

ReadOnlyPenProps

extends PenProps
java.lang.Object
   ↳ com.htc.painting.tool.pen.PenProps
     ↳ com.htc.painting.tool.pen.ReadOnlyPenProps

Class Overview

Read-only pen properties. Can't be modified.

Summary

[Expand]
Inherited Constants
From class com.htc.painting.tool.pen.PenProps
[Expand]
Inherited Fields
From class com.htc.painting.tool.pen.PenProps
Public Constructors
ReadOnlyPenProps()
Default constructor
ReadOnlyPenProps(byte[] bProperties)
Constructor with binary property map
ReadOnlyPenProps(PenProps ppb)
Constructor with PenProps
Protected Methods
final void put(String key, Serializable value)
Inserts a value into the mapping of this Bundle, replacing any existing value for the given key.
[Expand]
Inherited Methods
From class com.htc.painting.tool.pen.PenProps
From class java.lang.Object

Public Constructors

public ReadOnlyPenProps ()

Since: API Level 2.0

Default constructor

public ReadOnlyPenProps (byte[] bProperties)

Since: API Level 2.0

Constructor with binary property map

Parameters
bProperties a byte[], or null

public ReadOnlyPenProps (PenProps ppb)

Since: API Level 2.0

Constructor with PenProps

Protected Methods

protected final void put (String key, Serializable value)

Since: API Level 2.0

Inserts a value into the mapping of this Bundle, replacing any existing value for the given key. Either key or value may be null.

Parameters
key a String, or null
Throws
PenException