Package

com.rayrobdod

jsonTilesheetViewer

Permalink

package jsonTilesheetViewer

Source
package.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. jsonTilesheetViewer
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. final class InputFields extends AnyRef

    Permalink

    Since

    3.0.0

  2. class JsonMapHandler extends ContentHandler

    Permalink

    A contentHandler that will compose a map from a JSON and linked documents

  3. final class JsonRectangularTilesheetHandler extends ContentHandler

    Permalink
  4. type SpaceClass = String

    Permalink

Value Members

  1. object CheckerboardURIMatcher

    Permalink
  2. object JSONTilesheetViewer extends App

    Permalink

    Version

    3.0.0

  3. object RotateRectangularField

    Permalink
  4. object StringSpaceClassMatcherFactory extends SpaceClassMatcherFactory[SpaceClass]

    Permalink

    # "*" matches everything # "!whatever" matches everything except "whatever" # "whatever" matches only "whatever"

    # "*" matches everything # "!whatever" matches everything except "whatever" # "whatever" matches only "whatever"

    Since

    3.0.0

  5. object ToggleContentHandlerFactory extends ContentHandlerFactory

    Permalink

    This could be a class instead of an object, but only one ContentHandlerFactory exists at a time, ever, so what's the point?

    This could be a class instead of an object, but only one ContentHandlerFactory exists at a time, ever, so what's the point?

    this is not optimal, but given the system's inablity to guess mime types, I guess it is required.

  6. package tags

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped