Class ElementTypes

java.lang.Object
com.kheops.jmap.client.graphics2D.ElementTypes

public class ElementTypes extends Object
Defines constants for supported element types in JMap
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Constant for ellipse elements.
    static final int
    Constant for image elements.
    static final int
    Constant for label elements.
    static final int
    Constant for line elements.
    static final int
    Constant for mixed (complex) elements.
    static final int
    Constant for point elements.
    static final int
    Constant for polygon elements.
    static final int
    Constant for text elements.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static String
    toString(int type)
    Returns the name associated with the specified element type.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait