openfl
Version:
A fast, productive library for 2D cross-platform development.
59 lines (41 loc) • 1.56 kB
JavaScript
// Class: openfl.display._internal._DrawCommandReader.DrawRoundRectView_Impl_
var $global = typeof window != "undefined" ? window : typeof global != "undefined" ? global : typeof self != "undefined" ? self : this
$global.Object.defineProperty(exports, "__esModule", {value: true});
var __map_reserved = {};
// Imports
var $hxClasses = require("./../../../../hxClasses_stub").default;
var $hxEnums = require("./../../../../hxEnums_stub").default;
// Constructor
var DrawRoundRectView_Impl_ = function(){}
// Meta
DrawRoundRectView_Impl_.__name__ = "openfl.display._internal._DrawCommandReader.DrawRoundRectView_Impl_";
DrawRoundRectView_Impl_.__isInterface__ = false;
DrawRoundRectView_Impl_.prototype = {
};
DrawRoundRectView_Impl_.prototype.__class__ = DrawRoundRectView_Impl_.prototype.constructor = $hxClasses["openfl.display._internal._DrawCommandReader.DrawRoundRectView_Impl_"] = DrawRoundRectView_Impl_;
// Init
// Statics
DrawRoundRectView_Impl_._new = function(d) {
var this1 = d;
return this1;
}
DrawRoundRectView_Impl_.get_x = function(this1) {
return this1.float(0);
}
DrawRoundRectView_Impl_.get_y = function(this1) {
return this1.float(1);
}
DrawRoundRectView_Impl_.get_width = function(this1) {
return this1.float(2);
}
DrawRoundRectView_Impl_.get_height = function(this1) {
return this1.float(3);
}
DrawRoundRectView_Impl_.get_ellipseWidth = function(this1) {
return this1.float(4);
}
DrawRoundRectView_Impl_.get_ellipseHeight = function(this1) {
return this1.obj(0);
}
// Export
exports.default = DrawRoundRectView_Impl_;