openfl
Version:
A fast, productive library for 2D cross-platform development.
53 lines (35 loc) • 1.43 kB
JavaScript
// Class: openfl.display._internal._DrawCommandReader.LineBitmapStyleView_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 LineBitmapStyleView_Impl_ = function(){}
// Meta
LineBitmapStyleView_Impl_.__name__ = "openfl.display._internal._DrawCommandReader.LineBitmapStyleView_Impl_";
LineBitmapStyleView_Impl_.__isInterface__ = false;
LineBitmapStyleView_Impl_.prototype = {
};
LineBitmapStyleView_Impl_.prototype.__class__ = LineBitmapStyleView_Impl_.prototype.constructor = $hxClasses["openfl.display._internal._DrawCommandReader.LineBitmapStyleView_Impl_"] = LineBitmapStyleView_Impl_;
// Init
// Statics
LineBitmapStyleView_Impl_._new = function(d) {
var this1 = d;
return this1;
}
LineBitmapStyleView_Impl_.get_bitmap = function(this1) {
return this1.obj(0);
}
LineBitmapStyleView_Impl_.get_matrix = function(this1) {
return this1.obj(1);
}
LineBitmapStyleView_Impl_.get_repeat = function(this1) {
return this1.bool(0);
}
LineBitmapStyleView_Impl_.get_smooth = function(this1) {
return this1.bool(1);
}
// Export
exports.default = LineBitmapStyleView_Impl_;