Libraryless. Click here for Pure Java version (14628L/84K).
1 | persistable asclass AbstractSSI extends AbstractHasHi15Color is G2Drawable, HasBounds, SizeInInts, StringIO, INumberOfPixels { |
2 | abstract SSI toSSI aka render(); |
3 | |
4 | void copyAbstractSSI(AbstractSSI dest) { |
5 | dest.hi15color(hi15color); |
6 | } |
7 | |
8 | double compressibility() { |
9 | ret doubleRatio(numberOfPixels(), sizeInInts()); |
10 | } |
11 | |
12 | AbstractSSI reduceToInts(int ints) { |
13 | null; |
14 | } |
15 | } |
Began life as a copy of #1035561
download show line numbers debug dex old transpilations
Travelled to 2 computer(s): elmgxqgtpvxh, mqqgnosmbjvj
No comments. add comment
Snippet ID: | #1035708 |
Snippet name: | AbstractSSI |
Eternal ID of this version: | #1035708/20 |
Text MD5: | 6a894cc16c9d43165ac28d39e7710949 |
Transpilation MD5: | 90f8118b0310a0544a5a710098a4b7a0 |
Author: | stefan |
Category: | javax / imaging |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-07-31 20:05:03 |
Source code size: | 403 bytes / 15 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 226 / 354 |
Version history: | 19 change(s) |
Referenced in: | [show references] |