diff --git a/css/index.css b/css/index.css index 10cff7f..08fb724 100644 --- a/css/index.css +++ b/css/index.css @@ -73,12 +73,12 @@ div.wrapper { /*** CSS taken from https://medium.com/@jamesfuthey/simulating-the-creation-of-website-thumbnail-screenshots-using-iframes-7145269891db#.7v7fshos5 ***/ .thumbnail { position: relative; - -ms-zoom: 0.25; - -moz-transform: scale(0.25); + -ms-zoom: 0.5; + -moz-transform: scale(0.5); -moz-transform-origin: 0 0; - -o-transform: scale(0.25); + -o-transform: scale(0.5); -o-transform-origin: 0 0; - -webkit-transform: scale(0.25); + -webkit-transform: scale(0.5); -webkit-transform-origin: 0 0; } @@ -110,8 +110,8 @@ iframe { } .thumbnail-container { - width: calc(1024px * 0.25); - height: calc(624px * 0.25); + width: calc(1024px * 0.5); + height: calc(624px * 0.5); display: inline-block; overflow: hidden; position: relative; @@ -126,8 +126,8 @@ div.preview { color: #333; font-size: 12pt; text-align: center; - width: 256px; - height: 196px; + /* width: 256px; + height: 196px; */ } div.title { diff --git a/doc/conf.json b/doc/conf.json index 7ac2b3e..2e89ec4 100644 --- a/doc/conf.json +++ b/doc/conf.json @@ -36,7 +36,21 @@ "./lib/pixi/switch.js", "./lib/pixi/theme.js", "./lib/pixi/tooltip.js", - "./lib/pixi/volatile.js" + "./lib/pixi/volatile.js", + "./lib/pixi/maps/mapapp.js", + "./lib/pixi/maps/mapviewport.js", + "./lib/pixi/maps/geographics.js", + "./lib/pixi/maps/geojson.js", + "./lib/pixi/maps/geolayer.js", + "./lib/pixi/maps/mapdata.js", + "./lib/pixi/maps/maplist.js", + "./lib/pixi/maps/overlay.js", + "./lib/pixi/maps/scatter.js", + "./lib/pixi/maps/utils.js", + "./lib/pixi/maps/map.js", + "./lib/pixi/maps/projections/projection.js", + "./lib/pixi/maps/projections/mercator.js", + "./lib/pixi/maps/projections/robinson.js" ], "exclude": [], "includePattern": ".+\\.js(doc|x)?$", @@ -45,7 +59,10 @@ "sourceType": "module", "tags": { "allowUnknownTags": true, - "dictionaries": ["jsdoc", "closure"] + "dictionaries": [ + "jsdoc", + "closure" + ] }, "templates": { "applicationName": "iwmlib", @@ -70,4 +87,4 @@ "useLongnameInNav": false } } -} +} \ No newline at end of file diff --git a/doc/out/AbstractPopup.html b/doc/out/AbstractPopup.html index 952c4f8..7da03f7 100644 --- a/doc/out/AbstractPopup.html +++ b/doc/out/AbstractPopup.html @@ -58,6 +58,10 @@ +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -2918,7 +4126,7 @@ a string, a number or a PIXI.Text object.

    diff --git a/doc/out/Badge.html b/doc/out/Badge.html index 1429c70..89a5ec5 100644 --- a/doc/out/Badge.html +++ b/doc/out/Badge.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -1760,24 +2968,7 @@ to display.

    -
    // Create the app
    -const app = new PIXIApp({
    -    view: canvas,
    -    width: 900,
    -    height: 250
    -}).setup().run()
    -
    -// Add an DisplayObject to the app
    -const circle = new PIXI.Graphics()
    -circle.beginFill(0x5251a3)
    -circle.drawCircle(50, 50, 40)
    -app.scene.addChild(circle)
    -
    -const badge1 = new Badge({
    -    object: circle,
    -    container: app.scene,
    -    content: 'Das Gesetz ist der Freund des Schwachen.'
    -})
    +
    // Create the app
    const app = new PIXIApp({
        view: canvas,
        width: 900,
        height: 250
    }).setup().run()
    
    // Add an DisplayObject to the app
    const circle = new PIXI.Graphics()
    circle.beginFill(0x5251a3)
    circle.drawCircle(50, 50, 40)
    app.scene.addChild(circle)
    
    const badge1 = new Badge({
        object: circle,
        container: app.scene,
        content: 'Das Gesetz ist der Freund des Schwachen.'
    })
    @@ -2374,7 +3565,7 @@ a string, a number or a PIXI.Text object.

    diff --git a/doc/out/BlurFilter.html b/doc/out/BlurFilter.html index 7dccb87..5c83c58 100644 --- a/doc/out/BlurFilter.html +++ b/doc/out/BlurFilter.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -1630,23 +2838,7 @@ canvas, NOT relative to the PIXI.DisplayObject where the blur effect is assigned -
    // Create the app
    -const app = new PIXIApp({
    -    view: canvas,
    -    width: 480,
    -    height: 270,
    -    transparent: false
    -}).setup().run()
    -
    -// Add a video sprite
    -const sprite = new PIXI.Sprite(PIXI.Texture.from("assets/blurfilter.mp4"))
    -sprite.width = app.size.width
    -sprite.height = app.size.height
    -app.scene.addChild(sprite)
    -
    -// Create the filter and assign it to the scene
    -const blurFilter = new BlurFilter(new PIXI.Rectangle(20, 20, 80, 60))
    -app.scene.filters = [blurFilter]
    +
    // Create the app
    const app = new PIXIApp({
        view: canvas,
        width: 480,
        height: 270,
        transparent: false
    }).setup().run()
    
    // Add a video sprite
    const sprite = new PIXI.Sprite(PIXI.Texture.from("assets/blurfilter.mp4"))
    sprite.width = app.size.width
    sprite.height = app.size.height
    app.scene.addChild(sprite)
    
    // Create the filter and assign it to the scene
    const blurFilter = new BlurFilter(new PIXI.Rectangle(20, 20, 80, 60))
    app.scene.filters = [blurFilter]
    @@ -1798,7 +2990,7 @@ app.scene.filters = [blurFilter]
    diff --git a/doc/out/Button.html b/doc/out/Button.html index 269d87b..45f885d 100644 --- a/doc/out/Button.html +++ b/doc/out/Button.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -3234,14 +4442,7 @@ If the parameter is an object, all badge options can be set plus the following:< -
    // Create the button
    -const button = new Button({
    -    label: 'My Button',
    -    action: () => console.log('Button was clicked')
    -})
    -
    -// Add the button to a DisplayObject
    -app.scene.addChild(button)
    +
    // Create the button
    const button = new Button({
        label: 'My Button',
        action: () => console.log('Button was clicked')
    })
    
    // Add the button to a DisplayObject
    app.scene.addChild(button)
    @@ -3888,7 +5089,7 @@ the tint property of the icon sprite.

    diff --git a/doc/out/ButtonGroup.html b/doc/out/ButtonGroup.html index 364838e..cafacbe 100644 --- a/doc/out/ButtonGroup.html +++ b/doc/out/ButtonGroup.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -2993,18 +4201,7 @@ top, middle and bottom. Only affects the style when the minHeight is bigger than -
    // Create the button group
    -const buttonGroup = new ButtonGroup({
    -    buttons: [
    -        {label: 'Button 1', action: event => console.log(event)},
    -        {label: 'Button 2', action: event => console.log(event)},
    -        {label: 'Button 3', action: event => console.log(event)}
    -    ],
    -    minWidth: 100
    -})
    -
    -// Add the button group to a DisplayObject
    -app.scene.addChild(buttonGroup)
    +
    // Create the button group
    const buttonGroup = new ButtonGroup({
        buttons: [
            {label: 'Button 1', action: event => console.log(event)},
            {label: 'Button 2', action: event => console.log(event)},
            {label: 'Button 3', action: event => console.log(event)}
        ],
        minWidth: 100
    })
    
    // Add the button group to a DisplayObject
    app.scene.addChild(buttonGroup)
    @@ -3650,7 +4847,7 @@ app.scene.addChild(buttonGroup)
    diff --git a/doc/out/DeepZoomImage.html b/doc/out/DeepZoomImage.html index 9ce1772..ec92ec3 100644 --- a/doc/out/DeepZoomImage.html +++ b/doc/out/DeepZoomImage.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -5096,7 +6304,7 @@ i.e. after loading a single tile

    diff --git a/doc/out/DeepZoomInfo.html b/doc/out/DeepZoomInfo.html index 2604e01..64897fe 100644 --- a/doc/out/DeepZoomInfo.html +++ b/doc/out/DeepZoomInfo.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -1573,22 +2781,7 @@ height and width of the overall image, overlap, and image type.

    -
    {
    -        "tileSize": 1024,
    -        "format": "jpeg",
    -        "overlap": 1,
    -        "height": 4794,
    -        "width": 4095,
    -        "clip": { "minLevel": 12, "maxLevel": 20, "startCol": 301436, "startRow": 354060 },
    -                  // optional: minLevel and maxLevel define the level bounds
    -                  // startCol: first col at maxLevel
    -                  // startRow: first row at maxLevel
    -        "path": "var/Vermeer/Vermeer_files",
    -        "type": "dzi",  // optional: dzi (default) or map
    -        "urlTileTemplate": "{path}/{level}/{column}/{row}.{format}"
    -          // optional: {path}/{level}/{column}_{row}.{format} (default) or
    -          // a template String with the format of the URL
    -    }
    +
    {
            "tileSize": 1024,
            "format": "jpeg",
            "overlap": 1,
            "height": 4794,
            "width": 4095,
            "clip": { "minLevel": 12, "maxLevel": 20, "startCol": 301436, "startRow": 354060 },
                      // optional: minLevel and maxLevel define the level bounds
                      // startCol: first col at maxLevel
                      // startRow: first row at maxLevel
            "path": "var/Vermeer/Vermeer_files",
            "type": "dzi",  // optional: dzi (default) or map
            "urlTileTemplate": "{path}/{level}/{column}/{row}.{format}"
              // optional: {path}/{level}/{column}_{row}.{format} (default) or
              // a template String with the format of the URL
        }
    @@ -2609,7 +3802,7 @@ on completion.

    diff --git a/doc/out/Flippable.html b/doc/out/Flippable.html index a42d993..9faab3a 100644 --- a/doc/out/Flippable.html +++ b/doc/out/Flippable.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -2243,15 +3451,7 @@ -
    const front = PIXI.Sprite.from('./assets/front.jpg')
    -const back = PIXI.Sprite.from('./assets/back.jpg')
    -app.scene.addChild(front)
    -
    -// Create the flippable
    -const flippable = new Flippable(front, back, app.renderer)
    -
    -front.interactive = true
    -front.on('click', event => flippable.toggle())
    +
    const front = PIXI.Sprite.from('./assets/front.jpg')
    const back = PIXI.Sprite.from('./assets/back.jpg')
    app.scene.addChild(front)
    
    // Create the flippable
    const flippable = new Flippable(front, back, app.renderer)
    
    front.interactive = true
    front.on('click', event => flippable.toggle())
    @@ -2512,7 +3712,7 @@ front.on('click', event => flippable.toggle())
    diff --git a/doc/out/FontInfo.html b/doc/out/FontInfo.html index 9d53ea8..8e9014e 100644 --- a/doc/out/FontInfo.html +++ b/doc/out/FontInfo.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -1559,7 +2767,7 @@
    diff --git a/doc/out/Hypenate.html b/doc/out/Hypenate.html index 2f42111..1c193b1 100644 --- a/doc/out/Hypenate.html +++ b/doc/out/Hypenate.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -1761,7 +2969,7 @@
    diff --git a/doc/out/InteractivePopup.html b/doc/out/InteractivePopup.html index 54db595..1ece3c4 100644 --- a/doc/out/InteractivePopup.html +++ b/doc/out/InteractivePopup.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -2343,7 +3551,7 @@ a string, a number or a PIXI.Text object.

    diff --git a/doc/out/LabeledGraphics.exports.LabeledGraphics.html b/doc/out/LabeledGraphics.exports.LabeledGraphics.html index c43d97a..0a3b9e4 100644 --- a/doc/out/LabeledGraphics.exports.LabeledGraphics.html +++ b/doc/out/LabeledGraphics.exports.LabeledGraphics.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -1561,7 +2769,7 @@
    diff --git a/doc/out/LabeledGraphics.html b/doc/out/LabeledGraphics.html index b5596e3..2db5150 100644 --- a/doc/out/LabeledGraphics.html +++ b/doc/out/LabeledGraphics.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -2626,7 +3834,7 @@ than wanted

    diff --git a/doc/out/List.html b/doc/out/List.html index 691b501..4e48b2d 100644 --- a/doc/out/List.html +++ b/doc/out/List.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -1931,13 +3139,7 @@ scroll your list.

    -
    const elephant1 = PIXI.Sprite.from('./assets/elephant-1.jpg')
    -const elephant2 = PIXI.Sprite.from('./assets/elephant-2.jpg')
    -
    -// Create the list
    -const list = new List([elephant1, elephant2])
    -
    -app.scene.addChild(list)
    +
    const elephant1 = PIXI.Sprite.from('./assets/elephant-1.jpg')
    const elephant2 = PIXI.Sprite.from('./assets/elephant-2.jpg')
    
    // Create the list
    const list = new List([elephant1, elephant2])
    
    app.scene.addChild(list)
    @@ -2585,7 +3787,7 @@ app.scene.addChild(list)
    diff --git a/doc/out/Message.html b/doc/out/Message.html index 17418af..31c6843 100644 --- a/doc/out/Message.html +++ b/doc/out/Message.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -1976,28 +3184,7 @@ values are top, middle, bottom.

    -
    // Create the PixiJS App
    -const app = new PIXIApp({
    -    view: canvas,
    -    width: 900,
    -    height: 250
    -}).setup().run()
    -
    -// Create a button
    -let button = new Button({
    -    label: 'Click me',
    -    action: e => {
    -        const message = new Message({
    -            app: app,
    -            header: 'Header',
    -            content: 'Text.'
    -        })
    -        app.scene.addChild(message)
    -    }
    -})
    -
    -// Add the button to the scene
    -app.scene.addChild(button)
    +
    // Create the PixiJS App
    const app = new PIXIApp({
        view: canvas,
        width: 900,
        height: 250
    }).setup().run()
    
    // Create a button
    let button = new Button({
        label: 'Click me',
        action: e => {
            const message = new Message({
                app: app,
                header: 'Header',
                content: 'Text.'
            })
            app.scene.addChild(message)
        }
    })
    
    // Add the button to the scene
    app.scene.addChild(button)
    @@ -2441,7 +3628,7 @@ a string, a number or a PIXI.Text object.

    diff --git a/doc/out/MessageInteractivePopup.html b/doc/out/MessageInteractivePopup.html index 0ffe7c2..065cb70 100644 --- a/doc/out/MessageInteractivePopup.html +++ b/doc/out/MessageInteractivePopup.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -1789,7 +2997,7 @@ like Popup, Message...

    diff --git a/doc/out/MessageMessageInteractivePopup.html b/doc/out/MessageMessageInteractivePopup.html index 49e1601..61629ae 100644 --- a/doc/out/MessageMessageInteractivePopup.html +++ b/doc/out/MessageMessageInteractivePopup.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -1789,7 +2997,7 @@ like Popup, Message...

    diff --git a/doc/out/Modal.html b/doc/out/Modal.html index a716c7d..2c65625 100644 --- a/doc/out/Modal.html +++ b/doc/out/Modal.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -1833,21 +3041,7 @@ background?

    -
    // Create the button and the modal when clicked
    -const button = new Button({
    -    label: 'Show Modal',
    -    action: e => {
    -        const modal = new Modal({
    -            app: app,
    -            header: 'This is the header',
    -            content: 'This is the text.'
    -        })
    -        app.scene.addChild(modal)
    -    }
    -})
    -
    -// Add the button to a DisplayObject
    -app.scene.addChild(button)
    +
    // Create the button and the modal when clicked
    const button = new Button({
        label: 'Show Modal',
        action: e => {
            const modal = new Modal({
                app: app,
                header: 'This is the header',
                content: 'This is the text.'
            })
            app.scene.addChild(modal)
        }
    })
    
    // Add the button to a DisplayObject
    app.scene.addChild(button)
    @@ -2342,7 +3536,7 @@ a string or a PIXI.Text object.

    diff --git a/doc/out/ModalInteractivePopup.html b/doc/out/ModalInteractivePopup.html index 57d8c70..e48edf0 100644 --- a/doc/out/ModalInteractivePopup.html +++ b/doc/out/ModalInteractivePopup.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -1789,7 +2997,7 @@ like Popup, Message...

    diff --git a/doc/out/ModalModalInteractivePopup.html b/doc/out/ModalModalInteractivePopup.html index ff978ae..4a172f0 100644 --- a/doc/out/ModalModalInteractivePopup.html +++ b/doc/out/ModalModalInteractivePopup.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -1789,7 +2997,7 @@ like Popup, Message...

    diff --git a/doc/out/PIXIApp.html b/doc/out/PIXIApp.html index 16e0e55..f16ed92 100644 --- a/doc/out/PIXIApp.html +++ b/doc/out/PIXIApp.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -2160,15 +3368,7 @@ by several functions and makes meaningful pre-assumptions.

    -
    // Create the app
    -const app = new PIXIApp({
    -    view: canvas,
    -    width: 450,
    -    height: 150,
    -    fpsLogging: true,
    -    theme: 'light',
    -    transparent: false
    -}).setup().run()
    +
    // Create the app
    const app = new PIXIApp({
        view: canvas,
        width: 450,
        height: 150,
        fpsLogging: true,
        theme: 'light',
        transparent: false
    }).setup().run()
    @@ -2549,7 +3749,7 @@ handler for the orientationchange event.

    convertPointFromNodeToPage - (displayObject, x, y)Point + (displayObject, x, y)Point @@ -2722,7 +3922,7 @@ to browser page coordinates.

    - Point + Point @@ -5743,7 +6943,7 @@ rejected with an error.
    diff --git a/doc/out/Popup.html b/doc/out/Popup.html index 1e140f3..78e33a4 100644 --- a/doc/out/Popup.html +++ b/doc/out/Popup.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -1722,14 +2930,7 @@ -
    // Create the popup
    -const popup = new Popup({
    -    header: 'Goethe',
    -    content: 'Man kann die Erfahrung nicht früh genug machen, wie entbehrlich man in der Welt ist.'
    -})
    -
    -// Add the popup to a DisplayObject
    -app.scene.addChild(popup)
    +
    // Create the popup
    const popup = new Popup({
        header: 'Goethe',
        content: 'Man kann die Erfahrung nicht früh genug machen, wie entbehrlich man in der Welt ist.'
    })
    
    // Add the popup to a DisplayObject
    app.scene.addChild(popup)
    @@ -2336,7 +3537,7 @@ a string, a number or a PIXI.Text object.

    diff --git a/doc/out/PopupInteractivePopup.html b/doc/out/PopupInteractivePopup.html index 2e93264..da161a1 100644 --- a/doc/out/PopupInteractivePopup.html +++ b/doc/out/PopupInteractivePopup.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -1789,7 +2997,7 @@ like Popup, Message...

    diff --git a/doc/out/PopupMenu.html b/doc/out/PopupMenu.html index 69819b3..34f000f 100644 --- a/doc/out/PopupMenu.html +++ b/doc/out/PopupMenu.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -1761,23 +2969,7 @@ PIXI.DisplayObject.

    -
    // Create the button and the modal when clicked
    -const button = new Button({
    -    label: 'Show PopupMenu',
    -    action: e => {
    -        const popupmenu = new PopupMenu({
    -            items: [
    -                {label: 'Save', action: () => alert('Saved')},
    -                {label: 'Edit', action: () => alert('Edited')},
    -                {label: 'Delete', action: () => alert('Deleted')}
    -            ]
    -        })
    -        app.scene.addChild(popupmenu)
    -    }
    -})
    -
    -// Add the button to a DisplayObject
    -app.scene.addChild(button)
    +
    // Create the button and the modal when clicked
    const button = new Button({
        label: 'Show PopupMenu',
        action: e => {
            const popupmenu = new PopupMenu({
                items: [
                    {label: 'Save', action: () => alert('Saved')},
                    {label: 'Edit', action: () => alert('Edited')},
                    {label: 'Delete', action: () => alert('Deleted')}
                ]
            })
            app.scene.addChild(popupmenu)
        }
    })
    
    // Add the button to a DisplayObject
    app.scene.addChild(button)
    @@ -2390,7 +3582,7 @@ a string, a number or a PIXI.Text object.

    diff --git a/doc/out/PopupMenuPopupInteractivePopup.html b/doc/out/PopupMenuPopupInteractivePopup.html index 580e21e..bc977c5 100644 --- a/doc/out/PopupMenuPopupInteractivePopup.html +++ b/doc/out/PopupMenuPopupInteractivePopup.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -1789,7 +2997,7 @@ like Popup, Message...

    diff --git a/doc/out/PopupMenuPopupMenuPopupInteractivePopup.html b/doc/out/PopupMenuPopupMenuPopupInteractivePopup.html index 6d3825a..ad4fd70 100644 --- a/doc/out/PopupMenuPopupMenuPopupInteractivePopup.html +++ b/doc/out/PopupMenuPopupMenuPopupInteractivePopup.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -1789,7 +2997,7 @@ like Popup, Message...

    diff --git a/doc/out/PopupMenuPopupMenuPopupPopupInteractivePopup.html b/doc/out/PopupMenuPopupMenuPopupPopupInteractivePopup.html index f703e01..cf3b2af 100644 --- a/doc/out/PopupMenuPopupMenuPopupPopupInteractivePopup.html +++ b/doc/out/PopupMenuPopupMenuPopupPopupInteractivePopup.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -1789,7 +2997,7 @@ like Popup, Message...

    diff --git a/doc/out/PopupMenuPopupPopupInteractivePopup.html b/doc/out/PopupMenuPopupPopupInteractivePopup.html index 340aacb..1767350 100644 --- a/doc/out/PopupMenuPopupPopupInteractivePopup.html +++ b/doc/out/PopupMenuPopupPopupInteractivePopup.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -1789,7 +2997,7 @@ like Popup, Message...

    diff --git a/doc/out/PopupPopupInteractivePopup.html b/doc/out/PopupPopupInteractivePopup.html index 3968066..5ff6c15 100644 --- a/doc/out/PopupPopupInteractivePopup.html +++ b/doc/out/PopupPopupInteractivePopup.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -1789,7 +2997,7 @@ like Popup, Message...

    diff --git a/doc/out/Progress.html b/doc/out/Progress.html index 98ad555..e400593 100644 --- a/doc/out/Progress.html +++ b/doc/out/Progress.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -2449,13 +3657,7 @@ progress is activated. See PIXI.TextStyle for possible options.

    -
    // Create the progress
    -const progress = new Progress({
    -    app: app
    -})
    -
    -// Add the progress to a DisplayObject
    -app.scene.addChild(progress)
    +
    // Create the progress
    const progress = new Progress({
        app: app
    })
    
    // Add the progress to a DisplayObject
    app.scene.addChild(progress)
    @@ -2875,7 +4077,7 @@ app.scene.addChild(progress)
    diff --git a/doc/out/Scrollview.html b/doc/out/Scrollview.html index ccfb9f6..dab88e0 100644 --- a/doc/out/Scrollview.html +++ b/doc/out/Scrollview.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -1538,21 +2746,7 @@ -
    // Create the app
    -const app = new PIXIApp({
    -    view: canvas,
    -    width: 600,
    -    height: 400
    -}).setup().run()
    -
    -// Create the Scrollview
    -app.loader
    -    .add('elephant', './assets/elephant-1.jpg')
    -    .load((loader, resources) => {
    -        const sprite = new PIXI.Sprite(resources.elephant.texture)
    -        const scrollview = new Scrollview({boxWidth: 400, boxHeight: 300})
    -        scrollview.content.addChild(sprite)
    -        app.scene.addChild(scrollview)
    +
    // Create the app
    const app = new PIXIApp({
        view: canvas,
        width: 600,
        height: 400
    }).setup().run()
    
    // Create the Scrollview
    app.loader
        .add('elephant', './assets/elephant-1.jpg')
        .load((loader, resources) => {
            const sprite = new PIXI.Sprite(resources.elephant.texture)
            const scrollview = new Scrollview({boxWidth: 400, boxHeight: 300})
            scrollview.content.addChild(sprite)
            app.scene.addChild(scrollview)
    @@ -1707,7 +2901,7 @@ app.loader
    diff --git a/doc/out/Slider.html b/doc/out/Slider.html index cef8b45..617bee6 100644 --- a/doc/out/Slider.html +++ b/doc/out/Slider.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -2481,21 +3689,7 @@ to display.

    -
    // Create the app
    -const app = new PIXIApp({
    -    view: canvas,
    -    width: 900,
    -    height: 250
    -}).setup().run()
    -
    -// Create the slider
    -const slider = new Slider({
    -    x: 10,
    -    y: 20
    -})
    -
    -// Add the slider to a DisplayObject
    -app.scene.addChild(slider)
    +
    // Create the app
    const app = new PIXIApp({
        view: canvas,
        width: 900,
        height: 250
    }).setup().run()
    
    // Create the slider
    const slider = new Slider({
        x: 10,
        y: 20
    })
    
    // Add the slider to a DisplayObject
    app.scene.addChild(slider)
    @@ -2966,7 +4160,7 @@ app.scene.addChild(slider)
    diff --git a/doc/out/Switch.html b/doc/out/Switch.html index 1d73de9..88fa494 100644 --- a/doc/out/Switch.html +++ b/doc/out/Switch.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -2911,21 +4119,7 @@ to display.

    -
    // Create the app
    -const app = new PIXIApp({
    -    view: canvas,
    -    width: 900,
    -    height: 250
    -}).setup().run()
    -
    -// Create the switch
    -const switch1 = new Switch({
    -    x: 10,
    -    y: 20
    -})
    -
    -// Add the switch to a DisplayObject
    -app.scene.addChild(switch1)
    +
    // Create the app
    const app = new PIXIApp({
        view: canvas,
        width: 900,
        height: 250
    }).setup().run()
    
    // Create the switch
    const switch1 = new Switch({
        x: 10,
        y: 20
    })
    
    // Add the switch to a DisplayObject
    app.scene.addChild(switch1)
    @@ -3396,7 +4590,7 @@ app.scene.addChild(switch1)
    diff --git a/doc/out/TextLabel.TextLabel.html b/doc/out/TextLabel.TextLabel.html index bddde53..3ca8ef7 100644 --- a/doc/out/TextLabel.TextLabel.html +++ b/doc/out/TextLabel.TextLabel.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -1690,7 +2898,7 @@
    diff --git a/doc/out/Theme.html b/doc/out/Theme.html index 31e5b60..830d7b7 100644 --- a/doc/out/Theme.html +++ b/doc/out/Theme.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -3012,30 +4220,7 @@ is used for large actived text.

    -
    // Create the theme
    -const yellow = new Theme({
    -    fill: 0xfecd2d,
    -    fillActive: 0xfe9727,
    -    strokeActive: 0xfecd2d,
    -    strokeActiveWidth: 4,
    -    textStyle: {
    -        fill: 0x5ec7f8
    -    },
    -    textStyleActive: {
    -        fill: 0x5954d3
    -    },
    -    textStyleLarge: {
    -        fontSize: 36
    -    }
    -})
    -
    -// Create the app and apply the new theme to it
    -const app = new PIXIApp({
    -    view: canvas,
    -    width: 450,
    -    height: 150,
    -    theme: yellow
    -}).setup().run()
    +
    // Create the theme
    const yellow = new Theme({
        fill: 0xfecd2d,
        fillActive: 0xfe9727,
        strokeActive: 0xfecd2d,
        strokeActiveWidth: 4,
        textStyle: {
            fill: 0x5ec7f8
        },
        textStyleActive: {
            fill: 0x5954d3
        },
        textStyleLarge: {
            fontSize: 36
        }
    })
    
    // Create the app and apply the new theme to it
    const app = new PIXIApp({
        view: canvas,
        width: 450,
        height: 150,
        theme: yellow
    }).setup().run()
    @@ -3237,7 +4422,7 @@ const app = new PIXIApp({
    diff --git a/doc/out/ThemeDark.html b/doc/out/ThemeDark.html index 0c33ad7..84c5ce8 100644 --- a/doc/out/ThemeDark.html +++ b/doc/out/ThemeDark.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -1534,13 +2742,7 @@ -
    // Create the app with a new dark theme
    -const app = new PIXIApp({
    -    view: canvas,
    -    width: 450,
    -    height: 150,
    -    theme: new ThemeDark()
    -}).setup().run()
    +
    // Create the app with a new dark theme
    const app = new PIXIApp({
        view: canvas,
        width: 450,
        height: 150,
        theme: new ThemeDark()
    }).setup().run()
    @@ -1586,7 +2788,7 @@ const app = new PIXIApp({
    diff --git a/doc/out/ThemeLight.html b/doc/out/ThemeLight.html index 16206ed..8fcf50b 100644 --- a/doc/out/ThemeLight.html +++ b/doc/out/ThemeLight.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -1539,13 +2747,7 @@ The color1 is set to 0xf6f6f6, color2 to 0x282828.

    -
    // Create the app with a new light theme
    -const app = new PIXIApp({
    -    view: canvas,
    -    width: 450,
    -    height: 150,
    -    theme: new ThemeLight()
    -}).setup().run()
    +
    // Create the app with a new light theme
    const app = new PIXIApp({
        view: canvas,
        width: 450,
        height: 150,
        theme: new ThemeLight()
    }).setup().run()
    @@ -1598,7 +2800,7 @@ const app = new PIXIApp({
    diff --git a/doc/out/ThemeRed.html b/doc/out/ThemeRed.html index 903e5c3..724b689 100644 --- a/doc/out/ThemeRed.html +++ b/doc/out/ThemeRed.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -1539,13 +2747,7 @@ The primaryColor is set to 0xd92f31.

    -
    // Create the app with a new red theme
    -const app = new PIXIApp({
    -    view: canvas,
    -    width: 450,
    -    height: 150,
    -    theme: new ThemeRed()
    -}).setup().run()
    +
    // Create the app with a new red theme
    const app = new PIXIApp({
        view: canvas,
        width: 450,
        height: 150,
        theme: new ThemeRed()
    }).setup().run()
    @@ -1598,7 +2800,7 @@ const app = new PIXIApp({
    diff --git a/doc/out/TileQuadNode.html b/doc/out/TileQuadNode.html index e46f7e7..c54b7cb 100644 --- a/doc/out/TileQuadNode.html +++ b/doc/out/TileQuadNode.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -2050,7 +3258,7 @@ an indicator of tiles to free.

    diff --git a/doc/out/Tooltip.html b/doc/out/Tooltip.html index 4a764b8..9e18447 100644 --- a/doc/out/Tooltip.html +++ b/doc/out/Tooltip.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -1898,24 +3106,7 @@ -
    // Create the app
    -const app = new PIXIApp({
    -    view: canvas,
    -    width: 900,
    -    height: 250
    -}).setup().run()
    -
    -// Add an DisplayObject to the app
    -const circle = new PIXI.Graphics()
    -circle.beginFill(0x5251a3)
    -circle.drawCircle(50, 50, 40)
    -app.scene.addChild(circle)
    -
    -const tooltip = new Tooltip({
    -    object: circle,
    -    container: app.scene,
    -    content: 'Das Gesetz ist der Freund des Schwachen.'
    -})
    +
    // Create the app
    const app = new PIXIApp({
        view: canvas,
        width: 900,
        height: 250
    }).setup().run()
    
    // Add an DisplayObject to the app
    const circle = new PIXI.Graphics()
    circle.beginFill(0x5251a3)
    circle.drawCircle(50, 50, 40)
    app.scene.addChild(circle)
    
    const tooltip = new Tooltip({
        object: circle,
        container: app.scene,
        content: 'Das Gesetz ist der Freund des Schwachen.'
    })
    @@ -2512,7 +3703,7 @@ a string, a number or a PIXI.Text object.

    diff --git a/doc/out/UITest.html b/doc/out/UITest.html index 6e74ce9..839d938 100644 --- a/doc/out/UITest.html +++ b/doc/out/UITest.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -1757,16 +2965,7 @@ -
    // Create the UITest object
    -const test = new UITest({
    -    timeScale: 2
    -})
    -
    -// Add an action to the test case
    -test.tap(button, {eventType: 'click'})
    -
    -// Start the test case
    -test.start()
    +
    // Create the UITest object
    const test = new UITest({
        timeScale: 2
    })
    
    // Add an action to the test case
    test.tap(button, {eventType: 'click'})
    
    // Start the test case
    test.start()
    @@ -2438,7 +3637,7 @@ test.start() Window | -Frame +Frame @@ -3182,7 +4381,7 @@ test.start() Window | -Frame +Frame @@ -4017,7 +5216,7 @@ test.start() Window | -Frame +Frame @@ -4183,7 +5382,7 @@ test.start()
    diff --git a/doc/out/Volatile.html b/doc/out/Volatile.html index 3377785..31d623b 100644 --- a/doc/out/Volatile.html +++ b/doc/out/Volatile.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -1933,24 +3141,7 @@ -
    const app = new PIXIApp({
    -    view: canvas,
    -    width: 900,
    -    height: 250
    -}).setup().run()
    -
    -const button = new Button({
    -    label: 'Volatile!',
    -    action: () => {
    -        new Volatile({
    -            object: button,
    -            direction: 'right',
    -            destroyOnComplete: false
    -        })
    -    }
    -})
    -
    -app.scene.addChild(button)
    +
    const app = new PIXIApp({
        view: canvas,
        width: 900,
        height: 250
    }).setup().run()
    
    const button = new Button({
        label: 'Volatile!',
        action: () => {
            new Volatile({
                object: button,
                direction: 'right',
                destroyOnComplete: false
            })
        }
    })
    
    app.scene.addChild(button)
    @@ -2099,7 +3290,7 @@ app.scene.addChild(button)
    diff --git a/doc/out/global.html b/doc/out/global.html index 37eef3d..0263484 100644 --- a/doc/out/global.html +++ b/doc/out/global.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -1493,6 +2701,62 @@ +

    Members

    + +
    + +
    +
    +

    + + labelMultiLineAlign + + + + + +

    +
    + + +
    +
    + +
    +

    The following Attributes are taken from the TextStyle class +of PIXI. All can be overwritten in the overlay's JSON file.

    +
    + + + +
    + + + + + + + + + + + + + + + + + + + +
    + + + +
    + +
    + @@ -1915,150 +3179,6 @@ - - - - - - - - - - - - - - - - - - -
    -
    -

    - - - afterActionCallback - - (event, button) - - - - -

    - - - - -
    - - -
    -
    - - -
    -

    Callback for the button afterAction.

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    NameTypeDescription
    event - - -object - - - - - -

    The event object.

    button - - -Button - - - - - -

    A reference to the button (also this refers to the button).

    - - - -
    - - - - - - - - - - - - - - - - - - -
    @@ -2203,6 +3323,150 @@ + + + + + + + + + + + + + + +
    + + + +
    +
    +

    + + + afterActionCallback + + (event, button) + + + + +

    + + + + +
    + + +
    +
    + + +
    +

    Callback for the button afterAction.

    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameTypeDescription
    event + + +object + + + + + +

    The event object.

    button + + +Button + + + + + +

    A reference to the button (also this refers to the button).

    + + + +
    + + + + + + + + + + + + + + + + + + +
    @@ -2505,6 +3769,637 @@ +
    + + + +
    +
    +

    + + CoordinatePoint + Object + + + + +

    +
    + + +
    +
    + +
    +

    A coordinate point is a PIXI.Point or object in form {x,y} that contains map coordinates +instead of pixel values, where x represents the latitude and y the longitude.

    +
    + + + +
    + + +
    Properties:
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameTypeDescription
    x + + +number + + + +

    Indicates whether the Courage component is present.

    y + + +number + + + +

    Indicates whether the Power component is present.

    + + + + + + + + + + + + + + + + + + + + +
    + + + +
    + + + +
    +
    +

    + + Frame + Object + + + + +

    +
    + + +
    +
    + +
    +

    The complete Triforce, or one or more components of the Triforce.

    +
    + + + +
    + + +
    Properties:
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameTypeDescription
    x + + +number + + + +

    X position of the frame.

    y + + +number + + + +

    Y position of the frame.

    width + + +number + + + +

    Width of the frame.

    height + + +number + + + +

    Height od the frame.

    localCenter + + +Point + + + +

    Local center of the map.

    center + + +Point + + + +

    Global center of the map.

    + + + + + + + + + + + + + + + + + + + + +
    + + + +
    + + + +
    +
    +

    + + KeyCode + object + + + + +

    +
    + + +
    +
    + + + +
    + + +
    Properties:
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameTypeDescription
    key + + +string + + + +

    an ID.

    altKey + + +boolean + + + +

    Defines if KeyCode requires the alt key to be pressed.

    shiftKey + + +boolean + + + +

    Defines if KeyCode requires the shift key to be pressed.

    ctrlKey + + +boolean + + + +

    Defines if KeyCode requires the ctrl key to be pressed.

    + + + + + + + + + + + + + + + + + + + + +
    + + + +
    + + + +
    +
    +

    + + KeyCodePairs + object + + + + +

    +
    + + +
    +
    + + + +
    + + +
    Properties:
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameTypeDescription
    name + + +string + + + +

    Name of the KeyCode.

    keyCode + + +KeyCode + + + +

    KeyCode

    + + + + + + + + + + + + + + + + + + + + +
    + + +
    @@ -3300,6 +5195,131 @@ + + + + +
    +
    +

    + + Point + Object + + + + +

    +
    + + +
    +
    + +
    +

    A PIXI.Point or object in form {x,y}.

    +
    + + + +
    + + +
    Properties:
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameTypeDescription
    x + + +number + + + +

    Indicates whether the Courage component is present.

    y + + +number + + + +

    Indicates whether the Power component is present.

    + + + + + + + + + + + + + + + + + + + + +
    + + +
    @@ -3320,7 +5340,7 @@
    diff --git a/doc/out/index.html b/doc/out/index.html index 503a256..80aa070 100644 --- a/doc/out/index.html +++ b/doc/out/index.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -1485,7 +2693,7 @@
    diff --git a/doc/out/pixi_abstractpopup.js.html b/doc/out/pixi_abstractpopup.js.html index 2ad910b..a78ba6c 100644 --- a/doc/out/pixi_abstractpopup.js.html +++ b/doc/out/pixi_abstractpopup.js.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -1808,7 +3016,7 @@ export default class AbstractPopup extends PIXI.Graphics {
    diff --git a/doc/out/pixi_app.js.html b/doc/out/pixi_app.js.html index 5b71f5f..1c65db2 100644 --- a/doc/out/pixi_app.js.html +++ b/doc/out/pixi_app.js.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -2188,7 +3396,7 @@ class FpsDisplay extends PIXI.Graphics {
    diff --git a/doc/out/pixi_badge.js.html b/doc/out/pixi_badge.js.html index 2e41aab..6abeb98 100644 --- a/doc/out/pixi_badge.js.html +++ b/doc/out/pixi_badge.js.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -1569,7 +2777,7 @@ export default class Badge extends AbstractPopup {
    diff --git a/doc/out/pixi_blurfilter.js.html b/doc/out/pixi_blurfilter.js.html index 7420b92..502f622 100644 --- a/doc/out/pixi_blurfilter.js.html +++ b/doc/out/pixi_blurfilter.js.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -1733,7 +2941,7 @@ class TiltShiftYFilter extends TiltShiftAxisFilter {
    diff --git a/doc/out/pixi_button.js.html b/doc/out/pixi_button.js.html index 5f142ae..57a72e5 100644 --- a/doc/out/pixi_button.js.html +++ b/doc/out/pixi_button.js.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -2177,7 +3385,7 @@ export default class Button extends PIXI.Container {
    diff --git a/doc/out/pixi_buttongroup.js.html b/doc/out/pixi_buttongroup.js.html index 5182eec..97fa9a3 100644 --- a/doc/out/pixi_buttongroup.js.html +++ b/doc/out/pixi_buttongroup.js.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -2180,7 +3388,7 @@ export default class ButtonGroup extends PIXI.Container {
    diff --git a/doc/out/pixi_deepzoom_image.js.html b/doc/out/pixi_deepzoom_image.js.html index ad33630..2572b58 100644 --- a/doc/out/pixi_deepzoom_image.js.html +++ b/doc/out/pixi_deepzoom_image.js.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -2512,7 +3720,7 @@ export class DeepZoomImage extends PIXI.Container {
    diff --git a/doc/out/pixi_flippable.js.html b/doc/out/pixi_flippable.js.html index 4cfe37e..0a9bb03 100644 --- a/doc/out/pixi_flippable.js.html +++ b/doc/out/pixi_flippable.js.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -1906,7 +3114,7 @@ export default class Flippable extends PIXI.projection.Camera3d {
    diff --git a/doc/out/pixi_labeledgraphics.js.html b/doc/out/pixi_labeledgraphics.js.html index 2146719..b3196be 100644 --- a/doc/out/pixi_labeledgraphics.js.html +++ b/doc/out/pixi_labeledgraphics.js.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -1855,7 +3063,7 @@ export class BitmapLabeledGraphics extends LabeledGraphics {
    diff --git a/doc/out/pixi_list.js.html b/doc/out/pixi_list.js.html index d87dd33..0fa3d34 100644 --- a/doc/out/pixi_list.js.html +++ b/doc/out/pixi_list.js.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -1834,7 +3042,7 @@ export default class List extends PIXI.Container {
    diff --git a/doc/out/pixi_message.js.html b/doc/out/pixi_message.js.html index f350309..3237793 100644 --- a/doc/out/pixi_message.js.html +++ b/doc/out/pixi_message.js.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -1583,7 +2791,7 @@ export default class Message extends InteractivePopup {
    diff --git a/doc/out/pixi_modal.js.html b/doc/out/pixi_modal.js.html index c418ca2..d7764ec 100644 --- a/doc/out/pixi_modal.js.html +++ b/doc/out/pixi_modal.js.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -1664,7 +2872,7 @@ export default class Modal extends PIXI.Container {
    diff --git a/doc/out/pixi_popup.js.html b/doc/out/pixi_popup.js.html index f42a9b9..ac1cad2 100644 --- a/doc/out/pixi_popup.js.html +++ b/doc/out/pixi_popup.js.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -1674,7 +2882,7 @@ export default class Popup extends InteractivePopup {
    diff --git a/doc/out/pixi_popupmenu.js.html b/doc/out/pixi_popupmenu.js.html index e091df9..e2c465f 100644 --- a/doc/out/pixi_popupmenu.js.html +++ b/doc/out/pixi_popupmenu.js.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -1577,7 +2785,7 @@ export default class PopupMenu extends Popup {
    diff --git a/doc/out/pixi_progress.js.html b/doc/out/pixi_progress.js.html index 7b20d5b..1d1c28c 100644 --- a/doc/out/pixi_progress.js.html +++ b/doc/out/pixi_progress.js.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -1759,7 +2967,7 @@ export default class Progress extends PIXI.Container {
    diff --git a/doc/out/pixi_scrollview.js.html b/doc/out/pixi_scrollview.js.html index ff7383a..76788c1 100644 --- a/doc/out/pixi_scrollview.js.html +++ b/doc/out/pixi_scrollview.js.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -1518,7 +2726,7 @@ export default class Scrollview extends Scrollbox {
    diff --git a/doc/out/pixi_slider.js.html b/doc/out/pixi_slider.js.html index d24baea..bca37b4 100644 --- a/doc/out/pixi_slider.js.html +++ b/doc/out/pixi_slider.js.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -1923,7 +3131,7 @@ export default class Slider extends PIXI.Container {
    diff --git a/doc/out/pixi_switch.js.html b/doc/out/pixi_switch.js.html index 4819347..86da2af 100644 --- a/doc/out/pixi_switch.js.html +++ b/doc/out/pixi_switch.js.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -1977,7 +3185,7 @@ export default class Switch extends PIXI.Container {
    diff --git a/doc/out/pixi_theme.js.html b/doc/out/pixi_theme.js.html index 3f0773e..f06695b 100644 --- a/doc/out/pixi_theme.js.html +++ b/doc/out/pixi_theme.js.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -1722,7 +2930,7 @@ export class ThemeRed extends Theme {
    diff --git a/doc/out/pixi_tooltip.js.html b/doc/out/pixi_tooltip.js.html index 905b624..5bcd9f6 100644 --- a/doc/out/pixi_tooltip.js.html +++ b/doc/out/pixi_tooltip.js.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -1611,7 +2819,7 @@ export default class Tooltip extends AbstractPopup {
    diff --git a/doc/out/pixi_volatile.js.html b/doc/out/pixi_volatile.js.html index 95642b6..179d586 100644 --- a/doc/out/pixi_volatile.js.html +++ b/doc/out/pixi_volatile.js.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -1615,7 +2823,7 @@ export default class Volatile {
    diff --git a/doc/out/uitest.js.html b/doc/out/uitest.js.html index 5cc5ea4..1782b48 100644 --- a/doc/out/uitest.js.html +++ b/doc/out/uitest.js.html @@ -58,6 +58,10 @@
  • +
  • + + + AdvancedScatter + + + + + + +
  • +
  • @@ -281,6 +321,50 @@
  • +
  • + + + CompactScatter + + + + + + +
  • + +
  • + + + CoverScatter + + + + + + +
  • +
  • @@ -405,6 +489,212 @@
  • +
  • + + + DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMap#DeepZoomMap + + + + + + +
  • + +
  • + + + DeepZoomMapData + + + + + + +
  • + +
  • + + + DeepZoomMapDataMapData + + + + + + +
  • + +
  • + + + DeepZoomMapGeoMap + + + + + + +
  • + +
  • + + + EventHandler + + + + + + +
  • + +
  • + + + EventHandler.exports.EventHandler + + + + + + +
  • +
  • @@ -459,6 +749,466 @@
  • +
  • + + + GeoFlagLabel + + + + + + +
  • + +
  • + + + GeoJson + + + + + + +
  • + +
  • + + + GeoLine + + + + + + +
  • + +
  • + + + GeoLine#GeoLine + + + + + + +
  • + +
  • + + + GeoMap + + + + + + +
  • + +
  • + + + GeoMultiGraphics + + + + + + +
  • + +
  • + + + GeoMultiShape + + + + + + +
  • + +
  • + + + GeoPoint + + + + + + +
  • + +
  • + + + GeoShape + + + + + + +
  • + +
  • + + + GeoText + + + + + + +
  • + +
  • + + + GeoUtils + + + + + + +
  • +
  • @@ -485,6 +1235,88 @@
  • +
  • + + + ImageMap + + + + + + +
  • + +
  • + + + ImageMapGeoMap + + + + + + +
  • +
  • @@ -619,6 +1451,328 @@
  • +
  • + + + MapApp + + + + + + +
  • + +
  • + + + MapApp.MapApp + + + + + + +
  • + +
  • + + + MapData + + + + + + +
  • + +
  • + + + MapLayer + + + + + + +
  • + +
  • + + + MapList + + + + + + +
  • + +
  • + + + MapObjectScatter + + + + + + +
  • + +
  • + + + MapViewport + + + + + + +
  • + +
  • + + + Mercator + + + + + + +
  • +
  • @@ -777,6 +1931,32 @@
  • +
  • + + + Overlay + + + + + + +
  • +
  • @@ -1083,6 +2263,34 @@
  • +
  • + + + Projection + + + + + + +
  • +
  • @@ -2466,7 +3674,7 @@ class Event {
    diff --git a/lib/pixi/deepzoom/thumbnail.png b/lib/pixi/deepzoom/thumbnail.png index 8de9b0b..71e1f71 100644 Binary files a/lib/pixi/deepzoom/thumbnail.png and b/lib/pixi/deepzoom/thumbnail.png differ diff --git a/lib/pixi/deepzoom/thumbnails/deepzoom.png b/lib/pixi/deepzoom/thumbnails/deepzoom.png index a7a63b7..feeccf5 100644 Binary files a/lib/pixi/deepzoom/thumbnails/deepzoom.png and b/lib/pixi/deepzoom/thumbnails/deepzoom.png differ diff --git a/lib/pixi/deepzoom/thumbnails/image.png b/lib/pixi/deepzoom/thumbnails/image.png index d2bc5cb..29c28ca 100644 Binary files a/lib/pixi/deepzoom/thumbnails/image.png and b/lib/pixi/deepzoom/thumbnails/image.png differ diff --git a/lib/pixi/maps/geographics.html b/lib/pixi/maps/geographics.html index d9f4431..c5c5537 100644 --- a/lib/pixi/maps/geographics.html +++ b/lib/pixi/maps/geographics.html @@ -181,6 +181,9 @@

    GeoPoint

    + + book + GeoPoint

    GeoPoint is a single coordinate in the map.

    diff --git a/lib/pixi/maps/geographics.js b/lib/pixi/maps/geographics.js index 83ef8e3..3c5be8b 100644 --- a/lib/pixi/maps/geographics.js +++ b/lib/pixi/maps/geographics.js @@ -5,7 +5,7 @@ import { DeepZoomMap } from './map.js' import { PIXIUtils } from '../../../../js/pixi/utils.js' /** - * GeoGraphics are graphical objects, that does not store the graphics information + * * GeoGraphics are graphical objects, that does not store the graphics information * in screen space, but in geographical coordinates. Therefore GeoGraphics must be * placed on GeoLayers to work properly. * @@ -15,11 +15,12 @@ import { PIXIUtils } from '../../../../js/pixi/utils.js' * The geolayers forward this 'adaptTo' to all children that are GeoGraphics. * Which adjust their so called 'point' data to the new map. * - * @abstract + * @export + * @class GeoGraphics */ export class GeoGraphics { constructor(coordinates, { scale = 1, onDraw = null, onDrawEnd = null, debug = false } = {}) { - this.coordinates = coordinates + this._coordinates = coordinates this.debug = debug this.graphics = new PIXI.Graphics() this.scale = scale @@ -29,6 +30,17 @@ export class GeoGraphics { this._position = null } + /** + * The coordinates of the geographics. + * + * @member {array} + * @readonly + * @memberof GeoGraphics + */ + get coordinates() { + return this._coordinates + } + clone() { console.error(`Call of abstract method clone(). Overwrite in subclass.`, this) } @@ -134,6 +146,12 @@ export class GeoGraphics { this._layer = layer } + /** + * Map of the containing layer. Null if on no layer. + * + * @readonly + * @memberof GeoGraphics + */ get map() { let map = null if (this.mapLayer) { @@ -142,6 +160,13 @@ export class GeoGraphics { return map } + /** + * MapLayer of the containing layer. Null if on no layer. + * + * @member {MapLayer} + * @readonly + * @memberof GeoGraphics + */ get mapLayer() { let mapLayer = null if (this.layer) { @@ -200,6 +225,10 @@ export class GeoGraphics { * * This GeoGraphics does not provide any visual representation. * Draw the desired shape in the onDraw callback. + * + * @export + * @class GeoPoint + * @extends {GeoGraphics} */ export class GeoPoint extends GeoGraphics { clone() { @@ -229,6 +258,13 @@ export class GeoPoint extends GeoGraphics { _draw() {} } +/** + * Represensts a line between two locations. + * + * @export + * @class GeoLine + * @extends {GeoGraphics} + */ export class GeoLine extends GeoGraphics { /** * @param {object} opts - Optional values @@ -331,6 +367,13 @@ export class GeoLine extends GeoGraphics { } } +/** + * Represents a shape on a map. + * + * @export + * @class GeoShape + * @extends {GeoGraphics} + */ export class GeoShape extends GeoGraphics { clone() { return new GeoShape(this.coordinates, this._cloneOptions) @@ -446,7 +489,7 @@ export class GeoShape extends GeoGraphics { /** * a) Draw the hole with a polygon. - * + * * This may seem redundant to (c), but it's required (in this order(!)) * to make the hole clickable. * @@ -479,6 +522,9 @@ export class GeoShape extends GeoGraphics { * The MultiGraphics makes use of the other GeoGraphics to * create a single graphics element out of multiple different * GeoGraphics. + * + * @class GeoMultiGraphics + * @extends {GeoGraphics} */ class GeoMultiGraphics extends GeoGraphics { /** @@ -528,9 +574,8 @@ class GeoMultiGraphics extends GeoGraphics { } } - /** - * + * Text that is attatched to a GeoPoint. * * @export * @class GeoText @@ -574,6 +619,8 @@ export class GeoText extends GeoPoint { /** * A geotext with a notch at a certain Position. + * + * TODO: This is a specialization for the Tüsch. This should be inside the Tüsch project. */ export class GeoFlagLabel extends GeoText { constructor(coordinates, text, opts) { @@ -679,6 +726,13 @@ export class GeoFlagLabel extends GeoText { } } +/** + * The GeoMultiShape displays multiple forms. + * + * @export + * @class GeoMultiShape + * @extends {GeoShape} + */ export class GeoMultiShape extends GeoShape { static _manipulatePoints(points, func) { points.forEach(shape => { @@ -718,4 +772,3 @@ export class GeoMultiShape extends GeoShape { }) } } - diff --git a/lib/pixi/maps/geojson.js b/lib/pixi/maps/geojson.js index 83c4e22..960a5c3 100644 --- a/lib/pixi/maps/geojson.js +++ b/lib/pixi/maps/geojson.js @@ -39,6 +39,15 @@ export default class GeoJson { return ['Point', 'LineString', 'Polygon', 'MultiPoint', 'MultiLineString', 'MultiPolygon'] } + /** + * Takes a JSON object that contains a FeatureCollection and returns an array + * of GeoJson objects. + * + * @static + * @param {array} featureCollection - Array of GeoJSON objects that were contained in the feature collection. + * @returns {array} Returns an array of geo json objects. + * @memberof GeoJson + */ static unwrapFeatureCollection(featureCollection) { if (featureCollection.features == null) { console.error( @@ -63,12 +72,22 @@ export default class GeoJson { return list } + /** + * Validates and converts one set of coordinates of a specific type. + * + * @static + * @param {string} type - Type of the GeoJson. + * @param {array} coordinates - array of points. + * @returns {array} + * @memberof GeoJson + */ static validateAndConvert(type, coordinates) { + let converted = null + if (!GeoJson.validateType(type)) throw new GeoJson.InvalidTypeError(type) else { if (GeoJson.validateCoordinates(type, coordinates)) { - let converted = GeoJson.convert(type, coordinates) - return converted + converted = GeoJson.convert(type, coordinates) } else { console.error( `Coordinates are invalid. They must be in format of type '${type} - ${GeoJson._getFormatStringOfType( @@ -77,6 +96,8 @@ export default class GeoJson { ) } } + + return converted } static validateType(type) { diff --git a/lib/pixi/maps/geolayer.js b/lib/pixi/maps/geolayer.js index e129151..87a08b2 100644 --- a/lib/pixi/maps/geolayer.js +++ b/lib/pixi/maps/geolayer.js @@ -9,6 +9,9 @@ import { ScatterContainer } from '../scatter.js' * The GeoLayer is a special PIXILayer, that recognizes other GeoLayers and * GeoGraphics. The layer can be adapted to a map and notifies all Geo-Children * of the Adaption. + * + * @export + * @class GeoLayer */ export class GeoLayer { constructor(displayObject, opts = {}) { @@ -264,7 +267,7 @@ export class MapLayer extends GeoLayer { listeners: onChange }) - this.mapview = new MapViewport({ + this._mapview = new MapViewport({ zoom, focus, viewport @@ -284,6 +287,18 @@ export class MapLayer extends GeoLayer { this.changeMap(mapList.active) } + //Todo: rename to mapviewport. + /** + * Returns the MapViewport of this map layer. + * + * @readonly + * @member {MapViewport} + * @memberof MapLayer + */ + get mapview() { + return this._mapview + } + get mapChangeLocked() { return this._mapChangeLocked } @@ -311,7 +326,7 @@ export class MapLayer extends GeoLayer { } transformed(e) { - this.mapview.transformed(this.map) + this.mapview.update(this.map) this.layers.forEach(layer => layer.parentMapLayerTransformed(this)) this.transformHandler.call(this) } @@ -321,7 +336,7 @@ export class MapLayer extends GeoLayer { * * @param {ScatterContainer} scatterContainer - ScatterContainer of the app. * @param {PIXI.DisplayObject} [container=null] - Container of the newly created MapLayer. If null, an empty PIXI.Container will be created. - * @returns + * @returns {MapLayer} - Returns the cloned MapLayer. * @memberof MapLayer */ clone(scatterContainer, container = null) { diff --git a/lib/pixi/maps/map.js b/lib/pixi/maps/map.js index c39ffb5..aa26af4 100644 --- a/lib/pixi/maps/map.js +++ b/lib/pixi/maps/map.js @@ -54,7 +54,6 @@ export class GeoMap { this.onTransform = new EventHandler('transform', { listeners: onTransform }) this._alpha = alpha - this.cover = cover this.debug = debug //TODO discuss if this is required here. @@ -68,7 +67,7 @@ export class GeoMap { this.scalable = scalable this.viewport = viewport - this.mapdata = mapdata + this._mapdata = mapdata this.overlays = {} /** @@ -92,6 +91,32 @@ export class GeoMap { } } + /** + * Returns the image object used by the GeoMap. + * + * @readonly + * @memberof GeoMap + */ + get image() { + return this._image + } + + /** + * The mapdata of the map. + * + * @member {MapData} + * @readonly + * @memberof GeoMap + */ + get mapdata() { + return this._mapdata + } + + /** + * Clears all EventHandlers. + * + * @memberof GeoMap + */ flushHandlers() { this.onLoad.empty() this.onTransform.empty() @@ -174,6 +199,7 @@ export class GeoMap { /** * Wrapps the display object around a scatter object. + * creates the image. * * @private * @param {DisplayObject} displayObject - Defines the display object that will be wrapped inside the scatter object. @@ -182,7 +208,7 @@ export class GeoMap { load(image, renderer, frame = null, scatter = null) { if (this.debug) console.log('Load image: ', image, frame) - this.image = image + this._image = image if (frame) this.setFrame(frame) let scatterOpts = Object.assign({ @@ -331,15 +357,41 @@ export class GeoMap { this.frame = null } + /** + * The complete Triforce, or one or more components of the Triforce. + * @typedef {Object} Frame + * @property {number} x - X position of the frame. + * @property {number} y - Y position of the frame. + * @property {number} width - Width of the frame. + * @property {number} height - Height od the frame. + * @property {Point} localCenter - Local center of the map. + * @property {Point} center - Global center of the map. + + */ + + /** + * Sets the frame if the map. + * + * Frame is the display in which the map is shown. + * Normally it's the app, but it can be another element, + * for example when in a submap. + * + * @param {Frame} frame + * @memberof GeoMap + */ setFrame(frame) { - if (this.debug) console.log('Set Frame: ', frame) this.frame = frame } /** + * Gets the frame if the map. + * * Frame is the display in which the map is shown. * Normally it's the app, but it can be another element, * for example when in a submap. + * + * @returns {Frame} - Returns the frame of the map. + * @memberof GeoMap */ getFrame() { let frame = { @@ -425,6 +477,7 @@ export class GeoMap { * for creating the maps. * * @static + * @private * @param {object} json - The object containing multiple map data sets. * @param {error-object} error - An object that contains an parameter message: {message = ""}. This is faking a call by reference. * @returns {boolean} - True if all sets were valid. False otherwise. @@ -460,6 +513,7 @@ export class GeoMap { *Validates of a single data set contains the valid data for creating a map. * * @static + * @private * @param {object} json - The object containing a single set of map data. * @returns {boolean} - True if valid, otherwise false. * @memberof GeoMap @@ -513,14 +567,13 @@ export class GeoMap { GeoMap.counter = 0 /** - * The DeepZoomMap class extends the GeoMap to create + * The DeepZoomMap class extends the GeoMap to create * maps as deepzoom images from maptiles. * - * @extends GeoMap - * @class - * @see {@link maps.html} + * @export + * @class DeepZoomMap + * @extends {GeoMap} */ - export class DeepZoomMap extends GeoMap { /** * @constructor @@ -741,11 +794,13 @@ DeepZoomMap.tintcolors = [0xff0000, 0xff00ff, 0xffff00, 0x00ff00, 0x00ffff, 0x00 DeepZoomMap.tintcolor = 0 /** - * * ImageMap extends GeoMap to display simple images * as maps. + * + * @export + * @class ImageMap + * @extends {GeoMap} */ - export class ImageMap extends GeoMap { constructor(sprite, mapdata, opts = {}) { super(mapdata, opts) diff --git a/lib/pixi/maps/mapapp.js b/lib/pixi/maps/mapapp.js index 7b37618..ae61e7f 100644 --- a/lib/pixi/maps/mapapp.js +++ b/lib/pixi/maps/mapapp.js @@ -7,6 +7,22 @@ import { Points } from '../../utils.js' import Logging from '../../logging.js' import { MapList } from './maplist.js' +/** + * A PIXI.Point or object in form {x,y}. + * + * @typedef {Object} Point + * @property {number} x - Indicates whether the Courage component is present. + * @property {number} y - Indicates whether the Power component is present. + */ + +/** + * A coordinate point is a PIXI.Point or object in form {x,y} that contains map coordinates + * instead of pixel values, where x represents the latitude and y the longitude. + * @typedef {Object} CoordinatePoint + * @property {number} x - Indicates whether the Courage component is present. + * @property {number} y - Indicates whether the Power component is present. + */ + /** * MapApp is responsible for showing fullscreen * map applications. @@ -16,6 +32,10 @@ import { MapList } from './maplist.js' * @extends {PIXIApp} */ export default class MapApp extends PIXIApp { + /** + *Creates an instance of MapApp. + * @memberof MapApp + */ constructor(opts = {}) { super(opts) @@ -30,7 +50,6 @@ export default class MapApp extends PIXIApp { coordsLogging: false, overlays: {}, keycodes: {}, - showHotkeys: false, imageMapZoomHeight: 256, //Defines the zoomvalue 1 for all image maps inside the mapapp. focus: null, zoom: 1, @@ -47,7 +66,6 @@ export default class MapApp extends PIXIApp { this.overlayElements = new Map() this.debug = opts.debug this.fpsLogging = opts.fpsLogging - this.showHotkeys = opts.showHotkeys this.keycodes = this._extractKeyCodes(opts.keycodes) this.coordsLogging = opts.coordsLogging this.overlays = opts.overlays @@ -109,9 +127,15 @@ export default class MapApp extends PIXIApp { console.log(JSON.stringify(boundaries)) } + /** + * Creates the MapLayer. + * + * @private + * @memberof MapApp + */ _setupMapLayer() { this.mapContainer = new PIXI.Container() - this.mapLayer = new MapLayer(this.mapList, this.scene, this.mapContainer, { + this._mapLayer = new MapLayer(this.mapList, this.scene, this.mapContainer, { name: 'Root Map Layer', focus: this.focus, zoom: this.zoom, @@ -177,12 +201,27 @@ export default class MapApp extends PIXIApp { } } + /** + * Relayouts the app. E.g. called when the window is resized. + * + * @param {number} width - Desired width of the app. + * @param {number} height - Desired height of the app. + * @memberof MapApp + */ layout(width, height) { this.scene.resize(width, height) this.mapLayer.mapview.update() this.onSizeChanged.call(this) } + /** + * Overrides the sceneFactory of the PIXIApp to create a RigidScatterContainer instead of + * a regular PIXI.Container() + * + * @private + * @returns {RigidScatterContainer} - Returns the newly created RigidScatterContainer. + * @memberof MapApp + */ sceneFactory() { return new RigidScatterContainer(this.width, this.height, this.renderer, { app: this, @@ -193,6 +232,12 @@ export default class MapApp extends PIXIApp { }) } + /** + * Changes the map to the given key. + * + * @param {string} key - Identifier of the map to change to. + * @memberof MapApp + */ selectMap(key) { if (this.debug) console.log('Select map', key, result) let result = this.mapList.select(key) @@ -214,14 +259,30 @@ export default class MapApp extends PIXIApp { this.selectMap(key) } + /** + * Adds a map to the maplist. + * If no map is set, the added map will be set as default. + * + * @param {string} key - Identifier for the map. + * @param {GeoMap} map - Map object to add. + * @memberof MapApp + */ addMap(key, map) { if (this.mapList) this.mapList.add(key, map) else console.error('Cannot access mapLayer. It was not initialized yet.') } + /** + * Adds multiple maps at once. + * + * @param {object} mapObject + * @memberof MapApp + */ addMaps(mapObject) { for (let [key, val] of Object.entries(mapObject)) { - this.addMap(key, val) + if (val instanceof GeoMap) { + this.addMap(key, val) + } else console.warn('Tried adding maps that are not og Type GeoMap.') } } @@ -254,6 +315,16 @@ export default class MapApp extends PIXIApp { } } + /** + * Returns the mapLayer of the map. + * + * @member {MapLayer} + * @memberof MapApp + */ + get mapLayer() { + return this._mapLayer + } + _doesOverlayElementExist(layer, type, name) { let layerElements = this.overlayElements.get(layer) return layerElements != undefined && layerElements[type] != null && layerElements[type][name] != null @@ -276,7 +347,9 @@ export default class MapApp extends PIXIApp { } /** - * Copies the current coordinates to the clipboard. + * Copies the current location to the clipboard. + * + * @memberof MapApp */ locationToClipboard() { let hidden = document.createElement('input') @@ -289,6 +362,15 @@ export default class MapApp extends PIXIApp { document.body.removeChild(hidden) } + /** + * Can be used to copy polygons to the clipboard. + * + * Useful for debugging or to roughly trace a shape in the map. + * The generated pointarray can be used as geometry of a geographic + * or inside an overlay to draw that shape onto the map. + * + * @memberof MapApp + */ pathToClipboard() { let hidden = document.createElement('input') document.body.appendChild(hidden) @@ -312,25 +394,27 @@ export default class MapApp extends PIXIApp { document.body.removeChild(hidden) } + /** + * Returns the active map. + * + * @readonly + * @memberof MapApp + */ get map() { return this.mapList.map } - get activeMapKey() { - return this.mapLayer.active - } - - getRelativePosition(x, y) { - return { - x: x * app.width, - y: y * app.height - } - } - clearDrawData() { this.drawData = [] } + /** + * Logs a text field on the map. + * The text element is a DOMElement. + * + * @param {string} msg - Message to log. + * @memberof MapApp + */ showNotification(msg) { let notification = document.createElement('div') notification.classList.add('notification') @@ -373,8 +457,25 @@ export default class MapApp extends PIXIApp { }) } - _currentLocationToString() {} + /** + * @typedef KeyCode + * @type {object} + * @property {string} key - an ID. + * @property {boolean} altKey - Defines if KeyCode requires the alt key to be pressed. + * @property {boolean} shiftKey - Defines if KeyCode requires the shift key to be pressed. + * @property {boolean} ctrlKey - Defines if KeyCode requires the ctrl key to be pressed. + * + */ + /** + * Check's if a key event matches a defined KeyCode. + * + * @private + * @param {KeyboardEvent} event - Event that is fired on keydown, -pressed or -up. + * @param {KeyCode} keyCode - KeyCode is an object in the form of : {key:number, altKey:boolean,shiftKey:boolean,ctrlKey:boolean } + * @returns {boolean} - True, when the event matches the keycode, false otherwise. + * @memberof MapApp + */ _matchKeyCode(event, keyCode) { // If keycode does not exist or is invalid - return. if (!keyCode || keyCode.key == null) return false @@ -396,6 +497,13 @@ export default class MapApp extends PIXIApp { }) } + /** + * Checks on every key down if it matches a keycode. + * + * @private + * @param {KeyboardEvent} event + * @memberof MapApp + */ _checkForKeyCode(event) { if (this._matchKeyCode(event, this.keycodes.copyCoordinate)) { event.preventDefault() @@ -454,10 +562,28 @@ export default class MapApp extends PIXIApp { this.drawMode = this.DRAW_MODES.PIXI_POINT } - _extractKeyCodes(keycodeText) { + /** + * @typedef KeyCodePairs + * @type {object} + * @property {string} name - Name of the KeyCode. + * @property {KeyCode} keyCode - KeyCode + * + */ + + /** + * Extracts keycodes from a string. + * + * KeycodeStrings may look like this 'ctrl+shift+b' + * + * @private + * @param {KeyCodePairs} nameKeyCodePairs + * @returns {array} - Returns an array of KeyCode objects. + * @memberof MapApp + */ + _extractKeyCodes(nameKeyCodePairs) { let out = {} - for (let [name, combinationString] of Object.entries(keycodeText)) { + for (let [name, combinationString] of Object.entries(nameKeyCodePairs)) { let keys = combinationString.split('+') out[name] = { key: null, @@ -528,34 +654,7 @@ export default class MapApp extends PIXIApp { const center = submap.center const radius = submap.container.width / 2 const distance = Points.distance(center, event.data.global) / submap.scatter.scale - if (distance > radius) { - //submap.resize((distance) * 2, .2) - //submap.centerAt(myevent.center) - } } - - // for (const submap of this.submaps) { - // const center = submap.center - // const radius = submap.container.width / 2 - // const distance = Points.distance(center, event.data.global) / submap.scatter.scale - // const inside = distance < radius + 10 - - // console.log(distance, radius) - - // if (inside) { - // // (this.width + 80) / 2 * this.scatter.scale - // //const width = (submap.width + 80) / 2 * submap.scatter.scale - // //console.log(width) - - // if (distance > radius) { - // submap.resize((distance) * 2, .2) - // } - // } else { - // if (distance < radius + 20) { - // //submap.resize((distance - 30) * 2, .2) - // } - // } - // } } } diff --git a/lib/pixi/maps/mapdata.js b/lib/pixi/maps/mapdata.js index b93a87e..9b30ca4 100644 --- a/lib/pixi/maps/mapdata.js +++ b/lib/pixi/maps/mapdata.js @@ -25,7 +25,7 @@ export class MapData { opts ) - this.projection = projection + this._projection = projection if (this.opts.clip) { let _cmin = this.projection.forward(this.opts.clip.min) @@ -49,12 +49,23 @@ export class MapData { } } + /** + * The projection used by the mapdata. + * + * @member {Projection} + * @readonly + * @memberof MapData + */ + get projection() { + return this._projection + } + /** * Transforms a pixel point on the map to a geographical coordinate. * * @public - * @param {{x,y} | PIXI.Point} point - A pixel position on the map. - * @returns {{x,y} | PIXI.Point} - A geographical coordinate. + * @param {Point} point - A pixel position on the map. + * @returns {CoordinatePoint} A geographical coordinate. * @memberof MapData */ toCoordinates(point) { @@ -86,8 +97,8 @@ export class MapData { * Transform a geographical coordinate to a pixel point on the map. * * @public - * @param {{x,y} | PIXI.Point} coordinates - A point in the form of {x:lat,y:lng}. - * @returns {{x,y} | PIXI.Point} point - A pixel position on the map. + * @param {CoordinatePoint} coordinates - A point in the form of {x:lat,y:lng}. + * @returns {Point} A pixel position on the map. * @memberof MapData */ toPixel(coordinates) { @@ -118,17 +129,18 @@ export class MapData { return point } - /** - * Get's the clipping of the map data. Clipping describes the - * piece of the map that is shown. E.g. if we just show a map of + * Clipping describes the + * piece of the map that is shown. The returned object contains a min and max value of the clipping in form of: {min: {x,y}, max:{x,y}}. Where x and y are in between 0 and 1. + * + * E.g. if we just show a map of * europe, then we have to set the clipping properly, otherwise * the preojection would produce the wrong results when transforming * from a point to coordinates or the other way around. * * @readonly + * @member {object} * @memberof MapData - * @returns {object} - Object that contains a min and max value of the clipping in form of: {min: {x,y}, max:{x,y}}. Where x and y are in between 0 and 1. */ get clip() { let unclipped = { @@ -139,9 +151,8 @@ export class MapData { return this.opts.clip ? this.opts.clip : unclipped } - /** - * Returns the biggest viewport the mapdata allows. + * Returns the biggest viewport the mapdata allows. * This is determined by the projecton or the clipping on the mapapp. * * @readonly @@ -152,10 +163,9 @@ export class MapData { } } - /** * Special mapdata for DeepZoomMap objects. - * + * * Note: It just transform the clipping parameter of the tiles config * to the clipping of the mapapp. * diff --git a/lib/pixi/maps/maplist.js b/lib/pixi/maps/maplist.js index 08e77c8..59132e7 100644 --- a/lib/pixi/maps/maplist.js +++ b/lib/pixi/maps/maplist.js @@ -7,8 +7,8 @@ */ export class MapList { constructor(active = null, maps = {}) { - this.maps = maps - this.active = active + this._maps = maps + this._active = active if (Object.keys(maps).length > 0) this.select(active) } @@ -37,7 +37,7 @@ export class MapList { } if (this.active !== active) { - this.active = active + this._active = active map = this.maps[active] } } else { @@ -75,7 +75,7 @@ export class MapList { */ add(key, map) { if (this.maps[key] != null) consol.warn('Key already in mapList. The existing key was overwritten.') - if (this.active == null) this.active = key + if (this.active == null) this._active = key map.name = key this.maps[key] = map } @@ -86,12 +86,35 @@ export class MapList { * *@public * @readonly + * @member {GeoMap} * @memberof MapList */ get map() { return this.maps && this.maps[this.active] ? this.maps[this.active] : null } + /** + * Returns the list of addedd cards. + * + * @member {object} + * @readonly + * @memberof MapList + */ + get maps() { + return this._maps + } + + /** + * Returns the active key. + * + * @member {string} + * @readonly + * @memberof MapList + */ + get active() { + return this._active + } + /** * Selects the next map in the map array. * diff --git a/lib/pixi/maps/mapviewport.js b/lib/pixi/maps/mapviewport.js index d4d82ff..1f93b05 100644 --- a/lib/pixi/maps/mapviewport.js +++ b/lib/pixi/maps/mapviewport.js @@ -1,7 +1,7 @@ import { DeepZoomMap } from './map.js' /** - * The MapView class is responsible for a consistent map view. + * The MapViewport class is responsible for a consistent map view. * It is aware of the current viewposition, the scale and viewport. * It ensures, that maps can be changed, without the user noticing it. * @@ -11,7 +11,7 @@ export default class MapViewport { * * @param {object} [focus = {x:0, y:0}] - Defines the startup focuspoint of the app. * @param {number} [zoom = 0] - Defines the startup zoom of the app. Note that this is just a request. - * The MapView will prioritize a full scale app, than displaying the demanded zoom factor + * The MapViewport will prioritize a full scale app, than displaying the demanded zoom factor */ constructor({ focus = null, zoom = null, viewport = { min: { x: -85, y: -180 }, max: { x: 85, y: 180 } } } = {}) { this.viewport = viewport @@ -20,32 +20,71 @@ export default class MapViewport { this.referenceHeight = 256 } + /** + * The current focus point as map coordinates. + * + * @member {CoordinatePoint} + * @readonly + * @memberof MapViewport + */ get focus() { return this._focus } + + /** + * The current zoom distance. + * On DeepZoomMaps this is equal to the zoom level. + * + * @member {number} + * @readonly + * @memberof MapViewport + */ get zoom() { return this._zoom } + /** + * Applies the current view to a map. + * + * + * @param {GeoMap} map - Map the viewport should be applied to. + * @memberof MapViewport + */ apply(map) { map.moveTo(this._focus, this._zoom) } - transformed(map) { + /** + * Update the focus point and zoom according to the map. + * This is commonly called when the map is transformed. + * + * @param {GeoMap} map - Map to update. + * @memberof MapViewport + */ + update(map) { this.updateZoom(map) this.updateFocusPoint(map) } - updatePosition(map) { - this.updateFocusPoint(map) - this.updateZoom(map) - } - + /** + * Updates the focus point. + * This is automatically called when calling update. + * + * @param {GeoMap} map + * @memberof MapViewport + */ updateFocusPoint(map) { const frame = map.getFrame() this._focus = this.coordinatesFromWindowPoint(map, frame.localCenter) } + /** + * Updates the zoom. + * This is automatically called when calling update. + * + * @param {GeoMap} map + * @memberof MapViewport + */ updateZoom(map) { /** * TODO: This relies on the fact, that all maps have the same tileSize, @@ -57,6 +96,16 @@ export default class MapViewport { } } + /** + * Transforms a position on the map to a position in the window. + * + * Inverse of windowPointToMapPoint. + * + * @param {GeoMap} map - Map to calculate the position on. + * @param {Point} point - Position on the map in pixels. + * @returns {Point} - Pixel position in the window. + * @memberof MapViewport + */ mapPointToWindowPoint(map, point) { let windowPoint = { x: 0, y: 0 } @@ -76,6 +125,16 @@ export default class MapViewport { return windowPoint } + /** + * Transforms in the window to a position on the map. + * + * Inverse of mapPointToWindowPoint(map, point) {. + * + * @param {GeoMap} map - Map to calculate the position on. + * @param {Point} point -Pixel position in the window. + * @returns {Point} - Position on the map in pixels. + * @memberof MapViewport + */ windowPointToMapPoint(map, point) { let pointOnMap = { x: 0, y: 0 } if (map['image'] && map.image['parent']) { diff --git a/lib/pixi/maps/overlay.html b/lib/pixi/maps/overlay.html index 7a73a99..d40831d 100644 --- a/lib/pixi/maps/overlay.html +++ b/lib/pixi/maps/overlay.html @@ -1,5 +1,5 @@ - + @@ -33,6 +33,7 @@

    Overlay

    +

    The overlayclass creates a convenient way to create and design complex map overlays. diff --git a/lib/pixi/thumbnail.png b/lib/pixi/thumbnail.png index 3874702..74df364 100644 Binary files a/lib/pixi/thumbnail.png and b/lib/pixi/thumbnail.png differ diff --git a/lib/pixi/thumbnails/app.png b/lib/pixi/thumbnails/app.png index 5539808..b34aeee 100644 Binary files a/lib/pixi/thumbnails/app.png and b/lib/pixi/thumbnails/app.png differ diff --git a/lib/pixi/thumbnails/application.png b/lib/pixi/thumbnails/application.png index e8e2770..af57f47 100644 Binary files a/lib/pixi/thumbnails/application.png and b/lib/pixi/thumbnails/application.png differ diff --git a/lib/pixi/thumbnails/badge.png b/lib/pixi/thumbnails/badge.png index 56c0d6b..240ff4c 100644 Binary files a/lib/pixi/thumbnails/badge.png and b/lib/pixi/thumbnails/badge.png differ diff --git a/lib/pixi/thumbnails/blurfilter.png b/lib/pixi/thumbnails/blurfilter.png index dd074c2..d988b3e 100644 Binary files a/lib/pixi/thumbnails/blurfilter.png and b/lib/pixi/thumbnails/blurfilter.png differ diff --git a/lib/pixi/thumbnails/button.png b/lib/pixi/thumbnails/button.png index f27540e..2bb3ec2 100644 Binary files a/lib/pixi/thumbnails/button.png and b/lib/pixi/thumbnails/button.png differ diff --git a/lib/pixi/thumbnails/buttongroup.png b/lib/pixi/thumbnails/buttongroup.png index 318bd83..c6a5fbf 100644 Binary files a/lib/pixi/thumbnails/buttongroup.png and b/lib/pixi/thumbnails/buttongroup.png differ diff --git a/lib/pixi/thumbnails/coordinates.png b/lib/pixi/thumbnails/coordinates.png index de5cfb6..5684671 100644 Binary files a/lib/pixi/thumbnails/coordinates.png and b/lib/pixi/thumbnails/coordinates.png differ diff --git a/lib/pixi/thumbnails/flipeffect.png b/lib/pixi/thumbnails/flipeffect.png index ec50304..a50c7e7 100644 Binary files a/lib/pixi/thumbnails/flipeffect.png and b/lib/pixi/thumbnails/flipeffect.png differ diff --git a/lib/pixi/thumbnails/flippable.png b/lib/pixi/thumbnails/flippable.png index d26099d..d57b889 100644 Binary files a/lib/pixi/thumbnails/flippable.png and b/lib/pixi/thumbnails/flippable.png differ diff --git a/lib/pixi/thumbnails/labeledgraphics.png b/lib/pixi/thumbnails/labeledgraphics.png index 15b1cbc..063cb4c 100644 Binary files a/lib/pixi/thumbnails/labeledgraphics.png and b/lib/pixi/thumbnails/labeledgraphics.png differ diff --git a/lib/pixi/thumbnails/list.png b/lib/pixi/thumbnails/list.png index 9218b8e..2083f1f 100644 Binary files a/lib/pixi/thumbnails/list.png and b/lib/pixi/thumbnails/list.png differ diff --git a/lib/pixi/thumbnails/message.png b/lib/pixi/thumbnails/message.png index d4a8f52..decb903 100644 Binary files a/lib/pixi/thumbnails/message.png and b/lib/pixi/thumbnails/message.png differ diff --git a/lib/pixi/thumbnails/modal.png b/lib/pixi/thumbnails/modal.png index 0e57bcb..3b53819 100644 Binary files a/lib/pixi/thumbnails/modal.png and b/lib/pixi/thumbnails/modal.png differ diff --git a/lib/pixi/thumbnails/popover.png b/lib/pixi/thumbnails/popover.png index 168d7f3..922b617 100644 Binary files a/lib/pixi/thumbnails/popover.png and b/lib/pixi/thumbnails/popover.png differ diff --git a/lib/pixi/thumbnails/popup.png b/lib/pixi/thumbnails/popup.png index f0aa561..f04d7f4 100644 Binary files a/lib/pixi/thumbnails/popup.png and b/lib/pixi/thumbnails/popup.png differ diff --git a/lib/pixi/thumbnails/popupmenu.png b/lib/pixi/thumbnails/popupmenu.png index 193e343..ee928dd 100644 Binary files a/lib/pixi/thumbnails/popupmenu.png and b/lib/pixi/thumbnails/popupmenu.png differ diff --git a/lib/pixi/thumbnails/progress.png b/lib/pixi/thumbnails/progress.png index f6c8736..458e3d2 100644 Binary files a/lib/pixi/thumbnails/progress.png and b/lib/pixi/thumbnails/progress.png differ diff --git a/lib/pixi/thumbnails/scatter.png b/lib/pixi/thumbnails/scatter.png index 58f7cee..bb03071 100644 Binary files a/lib/pixi/thumbnails/scatter.png and b/lib/pixi/thumbnails/scatter.png differ diff --git a/lib/pixi/thumbnails/scrollview.png b/lib/pixi/thumbnails/scrollview.png index 92049da..daf64c7 100644 Binary files a/lib/pixi/thumbnails/scrollview.png and b/lib/pixi/thumbnails/scrollview.png differ diff --git a/lib/pixi/thumbnails/slider.png b/lib/pixi/thumbnails/slider.png index d24efb3..d810092 100644 Binary files a/lib/pixi/thumbnails/slider.png and b/lib/pixi/thumbnails/slider.png differ diff --git a/lib/pixi/thumbnails/switch.png b/lib/pixi/thumbnails/switch.png index 83a3c03..3bfb599 100644 Binary files a/lib/pixi/thumbnails/switch.png and b/lib/pixi/thumbnails/switch.png differ diff --git a/lib/pixi/thumbnails/text-transform.png b/lib/pixi/thumbnails/text-transform.png index 87e4d2c..0106922 100644 Binary files a/lib/pixi/thumbnails/text-transform.png and b/lib/pixi/thumbnails/text-transform.png differ diff --git a/lib/pixi/thumbnails/text.png b/lib/pixi/thumbnails/text.png index 87e4d2c..6d533db 100644 Binary files a/lib/pixi/thumbnails/text.png and b/lib/pixi/thumbnails/text.png differ diff --git a/lib/pixi/thumbnails/tooltip.png b/lib/pixi/thumbnails/tooltip.png index 5f477b8..0312aa4 100644 Binary files a/lib/pixi/thumbnails/tooltip.png and b/lib/pixi/thumbnails/tooltip.png differ diff --git a/lib/pixi/thumbnails/volatile.png b/lib/pixi/thumbnails/volatile.png index ac1da17..16120c8 100644 Binary files a/lib/pixi/thumbnails/volatile.png and b/lib/pixi/thumbnails/volatile.png differ diff --git a/lib/thumbnails/capabilities.png b/lib/thumbnails/capabilities.png index 6332f8d..648d8d0 100644 Binary files a/lib/thumbnails/capabilities.png and b/lib/thumbnails/capabilities.png differ diff --git a/lib/thumbnails/coordinates.png b/lib/thumbnails/coordinates.png index 08de7ab..1ef389a 100644 Binary files a/lib/thumbnails/coordinates.png and b/lib/thumbnails/coordinates.png differ diff --git a/lib/thumbnails/doctest.png b/lib/thumbnails/doctest.png index 9ea79e1..21edcb4 100644 Binary files a/lib/thumbnails/doctest.png and b/lib/thumbnails/doctest.png differ diff --git a/lib/thumbnails/events.png b/lib/thumbnails/events.png index ceea6d1..b60d71e 100644 Binary files a/lib/thumbnails/events.png and b/lib/thumbnails/events.png differ diff --git a/lib/thumbnails/flippable.png b/lib/thumbnails/flippable.png index 2007b72..66194f1 100644 Binary files a/lib/thumbnails/flippable.png and b/lib/thumbnails/flippable.png differ diff --git a/lib/thumbnails/frames.png b/lib/thumbnails/frames.png index 81e5168..dec7406 100644 Binary files a/lib/thumbnails/frames.png and b/lib/thumbnails/frames.png differ diff --git a/lib/thumbnails/interaction.png b/lib/thumbnails/interaction.png index 691ab09..a2d8fb8 100644 Binary files a/lib/thumbnails/interaction.png and b/lib/thumbnails/interaction.png differ diff --git a/lib/thumbnails/interface.png b/lib/thumbnails/interface.png index d356967..b6cd034 100644 Binary files a/lib/thumbnails/interface.png and b/lib/thumbnails/interface.png differ diff --git a/lib/thumbnails/popup.png b/lib/thumbnails/popup.png index 8475e99..a890c4a 100644 Binary files a/lib/thumbnails/popup.png and b/lib/thumbnails/popup.png differ diff --git a/lib/thumbnails/popupmenu.png b/lib/thumbnails/popupmenu.png index 70874a7..650b46d 100644 Binary files a/lib/thumbnails/popupmenu.png and b/lib/thumbnails/popupmenu.png differ diff --git a/lib/thumbnails/scatter.png b/lib/thumbnails/scatter.png index 58fd20b..9979336 100644 Binary files a/lib/thumbnails/scatter.png and b/lib/thumbnails/scatter.png differ diff --git a/lib/thumbnails/styleguide.png b/lib/thumbnails/styleguide.png index 67e68ba..48a861b 100644 Binary files a/lib/thumbnails/styleguide.png and b/lib/thumbnails/styleguide.png differ diff --git a/lib/thumbnails/uitest.png b/lib/thumbnails/uitest.png index b116905..6c0e751 100644 Binary files a/lib/thumbnails/uitest.png and b/lib/thumbnails/uitest.png differ