JointStyle.hx 94 B

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