类 RenderTextFilter

    • 构造器详细资料

      • RenderTextFilter

        public RenderTextFilter()
        Construct a RenderTextFilter.
      • RenderTextFilter

        public RenderTextFilter​(String text,
                                Font font,
                                Paint paint,
                                Composite composite,
                                AffineTransform transform)
        Construct a RenderTextFilter.
        参数:
        text - the text
        font - the font to use (may be null)
        paint - the paint (may be null)
        composite - the composite (may be null)
        transform - the transform (may be null)