Uses of Enum Class
io.github.glaforge.gemini.interactions.model.Config.AspectRatio
Packages that use Config.AspectRatio
-
Uses of Config.AspectRatio in io.github.glaforge.gemini.interactions.model
Methods in io.github.glaforge.gemini.interactions.model that return Config.AspectRatioModifier and TypeMethodDescriptionConfig.ImageConfig.aspectRatio()Returns the value of theaspectRatiorecord component.static Config.AspectRatioReturns the enum constant of this class with the specified name.static Config.AspectRatio[]Config.AspectRatio.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.github.glaforge.gemini.interactions.model with parameters of type Config.AspectRatioModifierConstructorDescriptionImageConfig(Config.AspectRatio aspectRatio, Config.ImageSize imageSize) Creates an instance of aImageConfigrecord class.