Class BackgroundFillGradient

java.lang.Object
com.pengrad.telegrambot.model.chatbackground.BackgroundFill
com.pengrad.telegrambot.model.chatbackground.BackgroundFillGradient

public class BackgroundFillGradient
extends BackgroundFill
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String TYPE  
  • Constructor Summary

    Constructors 
    Constructor Description
    BackgroundFillGradient​(java.lang.Integer topColor, java.lang.Integer bottomColor, java.lang.Integer rotationAngle)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Integer bottomColor()  
    boolean equals​(java.lang.Object o)  
    int hashCode()  
    java.lang.Integer rotationAngle()  
    java.lang.Integer topColor()  
    java.lang.String toString()  

    Methods inherited from class com.pengrad.telegrambot.model.chatbackground.BackgroundFill

    type

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait