Interface UGraphic
-
- All Known Subinterfaces:
UGraphic2
- All Known Implementing Classes:
AbstractCommonUGraphic,AbstractUGraphic,AbstractUGraphicHorizontalLine,CollisionDetector,LimitFinder,LiveBoxFinder,SlotFinder,TextLimitFinder,UGraphicBraille,UGraphicCompressOnXorY,UGraphicCrossing,UGraphicDelegator,UGraphicEps,UGraphicFilter,UGraphicForSnake,UGraphicG2d,UGraphicHandwritten,UGraphicHtml5,UGraphicInterceptorGoto,UGraphicInterceptorOneSwimlane,UGraphicInterceptorTile,UGraphicInterceptorUDrawable,UGraphicInterceptorUDrawable2,UGraphicNewpages,UGraphicNull,UGraphicStencil,UGraphicSvg,UGraphicTikz,UGraphicTxt,UGraphicVdx,ZadBuilder
public interface UGraphic
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UGraphicapply(UChange change)voidcloseGroup()voidcloseUrl()voiddraw(UShape shape)voidflushUg()ColorMappergetColorMapper()UParamgetParam()StringBoundergetStringBounder()booleanmatchesProperty(java.lang.String propertyName)voidstartGroup(java.lang.String id)voidstartUrl(Url url)
-
-
-
Method Detail
-
getStringBounder
StringBounder getStringBounder()
-
getParam
UParam getParam()
-
draw
void draw(UShape shape)
-
getColorMapper
ColorMapper getColorMapper()
-
startUrl
void startUrl(Url url)
-
closeUrl
void closeUrl()
-
startGroup
void startGroup(java.lang.String id)
-
closeGroup
void closeGroup()
-
flushUg
void flushUg()
-
matchesProperty
boolean matchesProperty(java.lang.String propertyName)
-
-