Libraryless. Click here for Pure Java version (14628L/84K).
persistable asclass AbstractSSI extends AbstractHasHi15Color is G2Drawable, HasBounds, SizeInInts, StringIO, INumberOfPixels { abstract SSI toSSI aka render(); void copyAbstractSSI(AbstractSSI dest) { dest.hi15color(hi15color); } double compressibility() { ret doubleRatio(numberOfPixels(), sizeInInts()); } AbstractSSI reduceToInts(int ints) { null; } }
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: | 227 / 355 |
Version history: | 19 change(s) |
Referenced in: | #1003674 - Standard Classes + Interfaces (LIVE continued in #1034167) #1035817 - AbstractHasHi15Color |