AI2 Component
(Version nb184)
PolygonBase.java
Go to the documentation of this file.
1
// -*- mode: java; c-basic-offset: 2; -*-
2
// Copyright © 2017 Massachusetts Institute of Technology, All rights reserved.
3
// Released under the Apache License, Version 2.0
4
// http://www.apache.org/licenses/LICENSE-2.0
5
6
package
com.google.appinventor.components.runtime;
7
8
import
com
.
google
.
appinventor
.
components
.
annotations
.
SimpleObject
;
9
import
com
.
google
.
appinventor
.
components
.
runtime
.
util
.
MapFactory
;
10
import
com
.
google
.
appinventor
.
components
.
runtime
.
util
.
MapFactory
.
MapFeatureVisitor
;
11
16
@SimpleObject
17
public
abstract
class
PolygonBase
extends
MapFeatureBaseWithFill
{
18
public
PolygonBase
(
MapFactory
.
MapFeatureContainer
container
,
MapFeatureVisitor<Double>
distanceComputation) {
19
super(
container
, distanceComputation);
20
}
21
}
com.google.appinventor.components.runtime.util
-*- mode: java; c-basic-offset: 2; -*-
Definition:
AccountChooser.java:7
com.google.appinventor.components.runtime.util.MapFactory
Definition:
MapFactory.java:30
com.google.appinventor.components
com.google.appinventor.components.runtime.PolygonBase
Definition:
PolygonBase.java:17
com.google.appinventor.components.runtime.MapFeatureBase.container
MapFeatureContainer container
Definition:
MapFeatureBase.java:33
com.google.appinventor.components.runtime.PolygonBase.PolygonBase
PolygonBase(MapFactory.MapFeatureContainer container, MapFeatureVisitor< Double > distanceComputation)
Definition:
PolygonBase.java:18
com.google.appinventor.components.runtime
Copyright 2009-2011 Google, All Rights reserved.
Definition:
AccelerometerSensor.java:8
com.google.appinventor.components.annotations.SimpleObject
Definition:
SimpleObject.java:23
com.google
com
com.google.appinventor.components.runtime.util.MapFactory.MapFeatureContainer
Definition:
MapFactory.java:800
com.google.appinventor.components.runtime.util.MapFactory.MapFeatureVisitor
Definition:
MapFactory.java:745
com.google.appinventor.components.annotations
com.google.appinventor
com.google.appinventor.components.runtime.MapFeatureBaseWithFill
Definition:
MapFeatureBaseWithFill.java:20
com
google
appinventor
components
runtime
PolygonBase.java
Generated by
1.8.16