Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

15
LINES

< > BotCompany Repo | #1035708 // AbstractSSI

JavaX fragment (include) [tags: use-pretranspiled]

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;
  }
}

Author comment

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: 145 / 247
Version history: 19 change(s)
Referenced in: [show references]