Home / Development / Documentation / 2.0.44 / TriangleIcon
TreeGraph 2
 


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

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

public class TriangleIcon
extends ShapeLabelIcon
implements LabelIcon

Since:
2.0.25
Author:
Ben Stöver

Constructor Summary
TriangleIcon()
           
 
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

TriangleIcon

public TriangleIcon()
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