Class: ProDosPrintShopMiniPix

Inherits:
ProDosFile show all
Includes:
ApplePrintShopMiniPix
Defined in:
lib/native_file_types/apple2/ApplePrintShopMiniPix.rb

Constant Summary

Constants included from ApplePrintShopMiniPix

ApplePrintShopMiniPix::APS_MINIPIX_BACKGROUND, ApplePrintShopMiniPix::APS_MINIPIX_FOREGROUND

Constants inherited from ProDosFile

ProDosFile::PRODOS_FILE_TYPES

Instance Attribute Summary

Attributes inherited from NativeFileType

#aux_code, #contents, #file_system_image, #file_type, #filename, #meta_data

Class Method Summary collapse

Methods included from ApplePrintShopMiniPix

#picture_format, #picture_height, #picture_width, #to_picture

Methods inherited from ProDosFile

file_system_file_types, #type_description

Methods inherited from NativeFileType

#<=>, #==, all_native_file_types, best_fit, code_for_tests, compatability_score, #data_without_header, file_type_matches?, #full_filename, #header_length, #initialize, is_valid_file_if, load_address, #load_address, native_file_types_possible_on_file_system, non_matching_score, #to_hex_dump, #to_info_dump, #type_description

Methods included from SubclassTracking

extended

Constructor Details

This class inherits a constructor from NativeFileType

Class Method Details

.matching_scoreObject

this class should be low scoring, as a last resort



64
65
66
# File 'lib/native_file_types/apple2/ApplePrintShopMiniPix.rb', line 64

def self.matching_score	
    ProDosFile.matching_score+5
end