Fliesen
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Enthält Informationen zu einer Kachel, die von einem TileProvider
zurückgegeben wird.
Inherited Constant Summary
Über die Schnittstelle
android.os.Parcelable
int |
CONTENTS_FILE_DESCRIPTOR |
|
int |
PARCELABLE_WRITE_RETURN_VALUE |
|
Feldzusammenfassung
public
final
byte[] |
Daten |
Ein Byte-Array, das die Bilddaten enthält. |
public final, int |
Höhe |
Die Höhe des Bilds, codiert in data in Pixel. |
public final, int |
Breite |
Die Breite des Bilds, codiert in data in Pixeln. |
Public Constructor Summary
|
Tile(int_width, int height, byte[] data)
|
Inherited Method Summary
Aus Klasse
java.lang.Object
boolean
|
equals(Objektargument0)
|
final Class<?>
|
getClass()
|
int
|
hashCode()
|
Finale void
|
benachrichtigen()
|
Finale void
|
notifyAll()
|
String
|
toString()
|
Finale void
|
wait(langes arg0, int-arg1)
|
Finale void
|
wait(langes Argument0)
|
Finale void
|
wait()
|
Über die Schnittstelle
android.os.Parcelable
Abstrakte Ganzzahl
|
describeContents()
|
Abstrakt
void
|
writeToParcel(Parcel arg0, int arg1)
|
Felder
öffentliches
letztes Byte[]
Daten
public
final
int
height
Die Höhe des Bilds, codiert in data
in Pixel.
public
final
int
width
Die Breite des Bilds, codiert in data
in Pixeln.
Public Constructors
public
Tile
(int width, int height, byte[] data)
Parameter
width |
die Breite des Bilds in Pixeln |
height |
Höhe des Bildes in Pixeln |
Daten |
Ein Byte-Array, das die Bilddaten enthält. Das Image wird aus diesen Daten durch Aufrufen von decodeByteArray(byte[], int, int) erstellt.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-01-25 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Benötigte Informationen nicht gefunden"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Zu umständlich/zu viele Schritte"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Nicht mehr aktuell"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"Problem mit der Übersetzung"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Problem mit Beispielen/Code"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Sonstiges"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Leicht verständlich"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Mein Problem wurde gelöst"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Sonstiges"
}]