Package | Description |
---|---|
org.osmdroid.views.safecanvas |
Modifier and Type | Method and Description |
---|---|
boolean |
SafeTranslatedCanvas.clipPath(SafeTranslatedPath path) |
boolean |
ISafeCanvas.clipPath(SafeTranslatedPath path)
Intersect the current clip with the specified path.
|
boolean |
SafeTranslatedCanvas.clipPath(SafeTranslatedPath path,
android.graphics.Region.Op op) |
boolean |
ISafeCanvas.clipPath(SafeTranslatedPath path,
android.graphics.Region.Op op)
Modify the current clip with the specified path.
|
void |
SafeTranslatedCanvas.drawPath(SafeTranslatedPath path,
SafePaint paint) |
void |
ISafeCanvas.drawPath(SafeTranslatedPath path,
SafePaint paint)
Draw the specified path using the specified paint.
|
void |
SafeTranslatedCanvas.drawTextOnPath(char[] text,
int index,
int count,
SafeTranslatedPath path,
float hOffset,
float vOffset,
SafePaint paint) |
void |
ISafeCanvas.drawTextOnPath(char[] text,
int index,
int count,
SafeTranslatedPath path,
float hOffset,
float vOffset,
SafePaint paint)
Draw the text, with origin at (x,y), using the specified paint, along the specified path.
|
void |
SafeTranslatedCanvas.drawTextOnPath(String text,
SafeTranslatedPath path,
float hOffset,
float vOffset,
SafePaint paint) |
void |
ISafeCanvas.drawTextOnPath(String text,
SafeTranslatedPath path,
float hOffset,
float vOffset,
SafePaint paint)
Draw the text, with origin at (x,y), using the specified paint, along the specified path.
|
boolean |
SafeTranslatedCanvas.quickReject(SafeTranslatedPath path,
android.graphics.Canvas.EdgeType type) |
boolean |
ISafeCanvas.quickReject(SafeTranslatedPath path,
android.graphics.Canvas.EdgeType type)
Return true if the specified path, after being transformed by the current matrix, would lie
completely outside of the current clip.
|
Copyright © 2014. All Rights Reserved.