java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.BackgroundType
it.tdlight.jni.TdApi.BackgroundTypePattern
- Enclosing class:
- TdApi
A PNG or TGV (gzipped subset of SVG
with MIME type "application/x-tgwallpattern")
pattern to be combined with the
background fill chosen by the user.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Fill of the background.int
Intensity of the pattern when it is shown above the filled background; 0-100.boolean
True, if the background fill must be applied only to the pattern itself.boolean
True, if the background needs to be slightly moved when device is tilted. -
Constructor Summary
ConstructorDescriptionA PNG or TGV (gzipped subset of SVG with MIME type "application/x-tgwallpattern") pattern to be combined with the background fill chosen by the user.BackgroundTypePattern
(TdApi.BackgroundFill fill, int intensity, boolean isInverted, boolean isMoving) A PNG or TGV (gzipped subset of SVG with MIME type "application/x-tgwallpattern") pattern to be combined with the background fill chosen by the user.BackgroundTypePattern
(DataInput input) A PNG or TGV (gzipped subset of SVG with MIME type "application/x-tgwallpattern") pattern to be combined with the background fill chosen by the user. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
fill
Fill of the background. -
intensity
public int intensityIntensity of the pattern when it is shown above the filled background; 0-100. -
isInverted
public boolean isInvertedTrue, if the background fill must be applied only to the pattern itself. All other pixels are black in this case. For dark themes only. -
isMoving
public boolean isMovingTrue, if the background needs to be slightly moved when device is tilted. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
BackgroundTypePattern
public BackgroundTypePattern()A PNG or TGV (gzipped subset of SVG with MIME type "application/x-tgwallpattern") pattern to be combined with the background fill chosen by the user. -
BackgroundTypePattern
public BackgroundTypePattern(TdApi.BackgroundFill fill, int intensity, boolean isInverted, boolean isMoving) A PNG or TGV (gzipped subset of SVG with MIME type "application/x-tgwallpattern") pattern to be combined with the background fill chosen by the user.- Parameters:
fill
- BackgroundFill Fill of the background.intensity
- int Intensity of the pattern when it is shown above the filled background; 0-100.isInverted
- boolean True, if the background fill must be applied only to the pattern itself. All other pixels are black in this case. For dark themes only.isMoving
- boolean True, if the background needs to be slightly moved when device is tilted.
-
BackgroundTypePattern
A PNG or TGV (gzipped subset of SVG with MIME type "application/x-tgwallpattern") pattern to be combined with the background fill chosen by the user.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-