Home / Development / Documentation / 2.0.44 / TitedHexagonIcon
TreeGraph 2
 


info.bioinfweb.treegraph.graphics.positionpaint.labelicons
Class TitedHexagonIcon

java.lang.Object
  extended by info.bioinfweb.treegraph.graphics.positionpaint.labelicons.ShapeLabelIcon
      extended by info.bioinfweb.treegraph.graphics.positionpaint.labelicons.TitedHexagonIcon
All Implemented Interfaces:
LabelIcon

public class TitedHexagonIcon
extends ShapeLabelIcon
implements LabelIcon

Since:
2.0.25
Author:
Ben Stöver

Constructor Summary
TitedHexagonIcon()
           
 
Method Summary
 Shape getShape(float x, float y, IconLabelFormats formats, float pixelsPerMillimeter)
           
 String id()
           
 
Methods inherited from class info.bioinfweb.treegraph.graphics.positionpaint.labelicons.ShapeLabelIcon
paint
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface info.bioinfweb.treegraph.graphics.positionpaint.labelicons.LabelIcon
paint
 

Constructor Detail

TitedHexagonIcon

public TitedHexagonIcon()
Method Detail

getShape

public Shape getShape(float x,
                      float y,
                      IconLabelFormats formats,
                      float pixelsPerMillimeter)
Specified by:
getShape in class ShapeLabelIcon

id

public String id()
Specified by:
id in interface LabelIcon