Created
June 23, 2013 16:30
-
-
Save kthoms/5845602 to your computer and use it in GitHub Desktop.
Spray Tutorial: Shape definition
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
shape SimpleClassShape { | |
rectangle { | |
position(x=0, y=0) | |
size(width=100, height=25) | |
text { | |
position(x=5, y=0) | |
size(width=95, height=25) | |
id = businessClassText | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment