JointStyle.hx 141 B

1234567
  1. package flash.display;
  2. @:native("flash.display.JointStyle") extern enum abstract JointStyle(String) {
  3. var BEVEL;
  4. var MITER;
  5. var ROUND;
  6. }