Skip to content

module Celestine::Modules::Marker #

Gives drawables access to the marker attributes TODO: Test this

Direct including types

Celestine::Circle Celestine::Ellipse Celestine::Path Celestine::Rectangle

Methods#

#marker_attribute(io : IO) #

View source

#set_marker_end(id : String) #

View source

#set_marker_end(marker : Celestine::Marker) #

View source

#set_marker_mid(id : String) #

View source

#set_marker_mid(marker : Celestine::Marker) #

View source

#set_marker_start(id : String) #

View source

#set_marker_start(marker : Celestine::Marker) #

View source

module Celestine::Modules::Marker::Attrs #

Direct including types

Celestine::Circle::Attrs Celestine::Ellipse::Attrs Celestine::Path::Attrs Celestine::Rectangle::Attrs

Constants#

END = "marker-end" #

MID = "marker-mid" #

START = "marker-start" #