JSword

Public API for FontStore

Details

  • Type: Improvement Improvement
  • Status: Resolved Resolved
  • Priority: Trivial Trivial
  • Resolution: Fixed
  • Affects Version/s: 1.6
  • Fix Version/s: 1.6.1
  • Component/s: o.c.common.util
  • Labels:
    None

Description

Tonny Kohar would like to inherit from the above FontStore class, rather reimplemented it.

He writes:
So here is the list (if possible) to be changed from private to Public/Protected

  • method private void load() -> change to public/protected void load()
  • method private void store() -> change to public/protected void store()
  • private static final String LANG_KEY_PREFIX to public
  • private static final String DEFAULT_KEY to public
  • private static final String DEFAULT_FONT public
    private boolean loaded -> change to protected
    private Properties fontMap -> change to protected
    private URI fontStore -> change to protected
    private String storeName -> change to protected
    private String defaultFont -> change to protected

Activity

There are no comments yet on this issue.

People

Vote (0)
Watch (0)

Dates

  • Created:
    03/Oct/09 4:13 AM
    Updated:
    06/Feb/11 3:11 PM
    Resolved:
    06/Feb/11 3:11 PM