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 UGraphic
apply(UChange change)
void
closeGroup()
void
closeUrl()
void
draw(UShape shape)
void
flushUg()
ColorMapper
getColorMapper()
UParam
getParam()
StringBounder
getStringBounder()
boolean
matchesProperty(java.lang.String propertyName)
void
startGroup(java.lang.String id)
void
startUrl(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)
-
-