Ignore:
Timestamp:
07/31/19 15:51:04 (5 years ago)
Author:
bln4
Message:

Implemented surrogates for images. When you add an encryption label to a picture, the default is a on-the-fly generated image of noise. This generated image has the same size specifications as the primary image.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/items/XRayable.java

    r1423 r1426  
    4141       
    4242        @Override
     43        public Item getPrimary() {
     44                return _source.getPrimary();
     45        }
     46       
     47        @Override
     48        public boolean isSurrogate() {
     49                return _source.isSurrogate();
     50        }
     51       
     52        @Override
    4353        public void setEncryptionLabel(String label) {
    4454                _source.setEncryptionLabel(label);
Note: See TracChangeset for help on using the changeset viewer.