public class
SpriteStyle
extends StampStyle
Describes a StampStyle
, where the associated stamp is a repeating complete image.
Nested Class Summary
class | SpriteStyle.Builder | Builder of SpriteStyle . |
Inherited Constant Summary
String | NULL |
int | CONTENTS_FILE_DESCRIPTOR | |
int | PARCELABLE_WRITE_RETURN_VALUE |
Public Constructor Summary
SpriteStyle(BitmapDescriptor stamp)
|
Public Method Summary
static SpriteStyle.Builder |
Inherited Method Summary
BitmapDescriptor |
getStamp()
The image or texture to be repeated over a stroke.
|
final int |
describeContents()
|
boolean |
equals(Object arg0)
|
final Class<?> |
getClass()
|
int |
hashCode()
|
final void |
notify()
|
final void |
notifyAll()
|
String |
toString()
|
final void |
wait(long arg0, int arg1)
|
final void |
wait(long arg0)
|
final void |
wait()
|
abstract int |
describeContents()
|
abstract void |
writeToParcel(Parcel arg0, int arg1)
|
Public Constructors
Public Methods
public static SpriteStyle.Builder newBuilder (BitmapDescriptor stamp)
Creates a new SpriteStyle
builder.
Parameters
stamp | the image to be repeated over a stroke. |
---|
Returns
- the builder with the stamp input.