setClass("FlashLineCaps", contains = "character")
setClass("FlashLineJoin", contains = "character")
setAs("numeric", "FlashLineCaps",
function(from) {
new("FlashLineCaps", c("ROUND", "NONE", "SQUARE")[from])
})
setAs("numeric", "FlashLineJoin",
function(from) {
new("FlashLineJoin", c("ROUND", "MITER", "BEVEL")[from])
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.