Class AwtPointTextContainer

  • All Implemented Interfaces:
    java.lang.Comparable<org.mapsforge.core.mapelements.MapElementContainer>

    public class AwtPointTextContainer
    extends org.mapsforge.core.mapelements.PointTextContainer
    • Field Summary

      • Fields inherited from class org.mapsforge.core.mapelements.PointTextContainer

        isVisible, maxTextWidth, paintBack, paintFront, position, symbolContainer, text, textHeight, textWidth
      • Fields inherited from class org.mapsforge.core.mapelements.MapElementContainer

        boundary, boundaryAbsolute, display, priority, xy
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void draw​(org.mapsforge.core.graphics.Canvas canvas, org.mapsforge.core.model.Point origin, org.mapsforge.core.graphics.Matrix matrix, org.mapsforge.core.graphics.Filter filter)  
      • Methods inherited from class org.mapsforge.core.mapelements.PointTextContainer

        clashesWith, equals, hashCode, toString
      • Methods inherited from class org.mapsforge.core.mapelements.MapElementContainer

        compareTo, getBoundaryAbsolute, getPoint, getPriority, intersects
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • draw

        public void draw​(org.mapsforge.core.graphics.Canvas canvas,
                         org.mapsforge.core.model.Point origin,
                         org.mapsforge.core.graphics.Matrix matrix,
                         org.mapsforge.core.graphics.Filter filter)
        Specified by:
        draw in class org.mapsforge.core.mapelements.MapElementContainer