interface RectAesthetics : OptionsCapsule
alpha |
abstract val alpha: Any? |
color |
abstract val color: Any? |
fill |
abstract val fill: Any? |
linetype |
abstract val linetype: Any? |
size |
abstract val size: Any? |
xmax |
abstract val xmax: Any? |
xmin |
abstract val xmin: Any? |
ymax |
abstract val ymax: Any? |
ymin |
abstract val ymin: Any? |
seal |
open fun seal(): Options |
geom_rect |
Display a rectangle defined by the four corners (xmin, xmax, ymin and ymax). class geom_rect : RectAesthetics, LayerBase
|
RectMapping |
class RectMapping : RectAesthetics, WithGroupOption |