-
cn.wensiqun.asmsupport.operators.asmdirect.Marker
@author 温斯群(Joe Wen)
-
com.alvazan.test.db.Marker
-
com.buzzcoders.yasw.widgets.map.core.Marker
s.google.com/maps/documentation/javascript/reference#Marker}
-
com.cloudera.cdk.data.spi.Marker
rtial Marker for all events with the same hash code and approx time Marker partial = new Marker.Builder() .add("shard", id.hashCode()) .add("timestamp", System.getTimeMillis()) .get(); // a Marker that represents a particular object Marker concrete = new Marker.Builder(partial).add("id", id).get(); // a partial Marker for approx time, for all shards new Marker.Builder("timestamp", System.getTimeMillis()).get();
@since 0.9.0
-
com.extentech.formats.OOXML.Marker
class holds OOXML to define markers for a chart (radar, scatter or line) parent: dPt, Ser ... children: symbol, size, spPr NOTE: child elements symbol and size have only 1 attribute and no children, and so are treated as strings
-
com.facebook.presto.hive.shaded.org.slf4j.Marker
Markers are named objects used to enrich log statements. Conforming logging system Implementations of SLF4J determine how information conveyed by markers are used, if at all. In particular, many conforming logging systems ignore marker data.
Markers can contain references to other markers, which in turn may contain references of their own.
@author Ceki Gülcü
-
com.google.gwt.maps.client.overlay.Marker
Marks a position on the map. It extends the ConcreteOverlay class and thus is added to the map using the MapWidget.addOverlay() method. A marker object has a point, which is the geographical position where the marker is anchored on the map, and an icon. If the icon is not set in the constructor, the default icon Icon.DEFAULT_ICON is used. After it is added to a map, the info window of that map can be opened through the marker. The marker object will fire mouse events and InfoWindow events.
-
com.google.javascript.rhino.JSDocInfo.Marker
-
com.google.maps.gwt.client.Marker
THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
-
com.googlecode.charts4j.Marker
Top level marker interface for {@link LineChart}s, {@link XYLineChart}s, {@link ScatterPlot}s, {@link BarChart}s, and {@link RadarChart}s. Markers are constructed with the {@link Markers} class.
@author Julien Chastang (julien.c.chastang at gmail dot com)
@see LineChart
@see XYLineChart
@see ScatterPlot
@see BarChart
-
com.intellij.lang.PsiBuilder.Marker
-
com.uens.query.model.Marker
-
de.fhpotsdam.unfolding.marker.Marker
Marker interface for all markers to be drawn on to maps. A marker has at least one location, and properties. A marker can be drawn, selected, and tested if hit.
-
de.sciss.io.Marker
A struct class: marker in an audio file. (copied from FScape).
@author Hanns Holger Rutz
@version 0.23, 25-Feb-08
@see de.sciss.io.AudioFileDescr#KEY_MARKERS
-
devplugin.Marker
Objects which wants to mark programs must implement this interface.
-
eu.hansolo.enzo.common.Marker
Created by User: hansolo Date: 03.07.13 Time: 08:12
-
info.caiiiycuk.stail.impl.Marker
-
mapwriter.map.Marker
-
models.Marker
-
net.sf.laja.parser.engine2.element.Marker
-
net.sf.laja.parser.grammar.element.Marker
-
org.apache.batik.gvt.Marker
A Marker describes a GraphicsNode with a reference point that can be used to position the Marker at a particular location and a particular policy for rotating the marker when drawing it.
@author
Vincent Hardy
@version $Id: Marker.java,v 1.5 2004/08/18 07:14:26 vhardy Exp $
-
org.apache.felix.ipojo.runtime.core.components.Marker
-
org.apache.felix.ipojo.test.scenarios.component.Marker
-
org.apache.flex.forks.batik.gvt.Marker
A Marker describes a GraphicsNode with a reference point that can be used to position the Marker at a particular location and a particular policy for rotating the marker when drawing it.
@author
Vincent Hardy
@version $Id: Marker.java,v 1.5 2004/08/18 07:14:26 vhardy Exp $
-
org.apache.fop.fo.flow.Marker
Marker formatting object.
-
org.apache.logging.log4j.Marker
Markers are objects that are used to add easily filterable information to log messages. Markers can be hierarchical - each Marker may have a parent. This allows for broad categories being subdivided into more specific categories. An example might be a Marker named "Error" with children named "SystemError" and "ApplicationError".
-
org.apache.tapestry.ioc.annotations.Marker
-
org.apache.tapestry5.ioc.annotations.Marker
A mixin for a text field that allows for autocompletion of text fields. This is based on Prototype's autocompleter control.
The mixin renders an (initially invisible) progress indicator after the field (it will also be after the error icon most fields render). The progress indicator is made visible during the request to the server. The mixin then renders a <div> that will be filled in on the client side with dynamically obtained selections.
Multiple selection on the client is enabled by binding the tokens parameter (however, the mixin doesn't help split multiple selections up on the server, that is still your code's responsibility).
The container is responsible for providing an event handler for event "providecompletions". The context will be the partial input string sent from the client. The return value should be an array or list of completions, in presentation order. I.e.
String[] onProvideCompletionsFromMyField(String input) { return . . .; }
-
org.apache.uima.cas.Marker
An object obtained from the CAS
that is used to query when FSs were created or modified with respect to the marker.
-
org.axsl.fo.fo.Marker
An fo:marker object in XSL-FO.
@see "XSL-FO Recommendation 1.0, Section 6.11.3"
-
org.eclipse.core.internal.resources.Marker
An abstract marker implementation. Subclasses must implement the
clone
method, and are free to declare additional field and method members.
Note: Marker objects do not store whether they are "standalone" vs. "attached" to the workspace. This information is maintained by the workspace.
@see IMarker
-
org.foray.fotree.fo.obj.Marker
A "marker" object in XSL-FO.
-
org.gwtopenmaps.openlayers.client.Marker
@author Erdem Gunay
@author Michel Vitor - Intec
@author Sandor Forrai
-
org.imagearchive.lsm.toolbox.info.scaninfo.Marker
-
org.jfree.chart.plot.Marker
The base class for markers that can be added to plots to highlight a value or range of values.
An event notification mechanism was added to this class in JFreeChart version 1.0.3.
-
org.primefaces.model.map.Marker
-
org.python.pydev.refactoring.utils.TestUtils.Marker
-
org.slf4j.Marker
Markers are named objects used to enrich log statements. Conforming logging system Implementations of SLF4J determine how information conveyed by markers are used, if at all. In particular, many conforming logging systems ignore marker data.
Markers can contain references to other markers, which in turn may contain references of their own.
@author Ceki Gülcü
-
org.timepedia.chronoscope.client.overlays.Marker
-
org.wicketstuff.openlayers.api.Marker
penlayers.org/apidocs/files/OpenLayers/Marker-js.html
-
org.wicketstuff.openlayers3.component.Marker
Provides a marker that may be placed on a amp.
-
org.zkoss.openlayers.marker.Marker
@author jumperchen
-
thaumcraft.common.entities.golems.Marker
-
transientlibs.preui.objects.gui.elements.Marker
@author kibertoad