mixins: Fix DecorativeObject ConvexHulls

This commit is contained in:
Max Weber
2019-02-12 04:03:10 -07:00
parent b79d6a594e
commit 1715a369c0
3 changed files with 45 additions and 1 deletions

View File

@@ -39,6 +39,12 @@ public interface RSDecorativeObject extends DecorativeObject
@Import("y")
int getY();
@Import("offsetX")
int getXOffset();
@Import("offsetY")
int getYOffset();
@Import("rotation")
int getOrientation();