congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
CSSUtilities.convertDisplay
Code IndexAdd Tabnine to your IDE (free)

How to use
convertDisplay
method
in
org.apache.batik.bridge.CSSUtilities

Best Java code snippets using org.apache.batik.bridge.CSSUtilities.convertDisplay (Showing top 20 results out of 315)

origin: org.apache.xmlgraphics/batik-bridge

/**
 * Returns true if the graphics node has to be displayed, false
 * otherwise.
 */
public boolean getDisplay(Element e) {
  return CSSUtilities.convertDisplay(e);
}
origin: fr.avianey.apache-xmlgraphics/batik

/**
 * Returns true if the graphics node has to be displayed, false
 * otherwise.
 */
public boolean getDisplay(Element e) {
  return CSSUtilities.convertDisplay(e);
}
origin: apache/batik

/**
 * Returns true if the graphics node has to be displayed, false
 * otherwise.
 */
public boolean getDisplay(Element e) {
  return CSSUtilities.convertDisplay(e);
}
origin: org.apache.xmlgraphics/batik-bridge

/**
 * Adds painting attributes to an AttributedString.
 */
protected void addPaintAttributes(AttributedString as,
                 Element element,
                 TextNode node,
                 TextPaintInfo pi,
                 BridgeContext ctx) {
  // 'requiredFeatures', 'requiredExtensions' and 'systemLanguage'
  if ((!SVGUtilities.matchUserAgent(element, ctx.getUserAgent())) ||
    (!CSSUtilities.convertDisplay(element))) {
    return;
  }
  Object o = elemTPI.get(element);
  if (o != null) {
    node.swapTextPaintInfo(pi, (TextPaintInfo)o);
  }
  addChildPaintAttributes(as, element, node, pi, ctx);
}
origin: fr.avianey.apache-xmlgraphics/batik

/**
 * Adds painting attributes to an AttributedString.
 */
protected void addPaintAttributes(AttributedString as,
                 Element element,
                 TextNode node,
                 TextPaintInfo pi,
                 BridgeContext ctx) {
  // 'requiredFeatures', 'requiredExtensions' and 'systemLanguage'
  if ((!SVGUtilities.matchUserAgent(element, ctx.getUserAgent())) ||
    (!CSSUtilities.convertDisplay(element))) {
    return;
  }
  Object o = elemTPI.get(element);
  if (o != null) {
    node.swapTextPaintInfo(pi, (TextPaintInfo)o);
  }
  addChildPaintAttributes(as, element, node, pi, ctx);
}
origin: apache/batik

/**
 * Adds painting attributes to an AttributedString.
 */
protected void addPaintAttributes(AttributedString as,
                 Element element,
                 TextNode node,
                 TextPaintInfo pi,
                 BridgeContext ctx) {
  // 'requiredFeatures', 'requiredExtensions' and 'systemLanguage'
  if ((!SVGUtilities.matchUserAgent(element, ctx.getUserAgent())) ||
    (!CSSUtilities.convertDisplay(element))) {
    return;
  }
  Object o = elemTPI.get(element);
  if (o != null) {
    node.swapTextPaintInfo(pi, (TextPaintInfo)o);
  }
  addChildPaintAttributes(as, element, node, pi, ctx);
}
origin: fr.avianey.apache-xmlgraphics/batik

(!CSSUtilities.convertDisplay(element))) {
return;
origin: org.apache.xmlgraphics/batik-bridge

for (int property : properties) {
  if (property == SVGCSSEngine.DISPLAY_INDEX) {
    if (!CSSUtilities.convertDisplay(elem)) {
origin: fr.avianey.apache-xmlgraphics/batik

for (int i=0; i < properties.length; ++i) {
  if (properties[i] == SVGCSSEngine.DISPLAY_INDEX) {
    if (!CSSUtilities.convertDisplay(elem)) {
origin: apache/batik

(!CSSUtilities.convertDisplay(element))) {
return;
origin: apache/batik

for (int property : properties) {
  if (property == SVGCSSEngine.DISPLAY_INDEX) {
    if (!CSSUtilities.convertDisplay(elem)) {
origin: org.apache.xmlgraphics/batik-extension

(!CSSUtilities.convertDisplay(element))) {
return;
origin: apache/batik

(!CSSUtilities.convertDisplay(element))) {
return;
origin: org.apache.xmlgraphics/batik-bridge

(!CSSUtilities.convertDisplay(element))) {
return;
origin: apache/batik

if (!CSSUtilities.convertDisplay(e)) {
  handleGenericBridges(ctx, e);
  return;
origin: fr.avianey.apache-xmlgraphics/batik

if (!CSSUtilities.convertDisplay(e)) {
  handleGenericBridges(ctx, e);
  return;
origin: org.apache.xmlgraphics/batik-bridge

if (!CSSUtilities.convertDisplay(e)) {
  handleGenericBridges(ctx, e);
  return;
origin: fr.avianey.apache-xmlgraphics/batik

(!CSSUtilities.convertDisplay(element))) {
return;
origin: org.apache.xmlgraphics/batik-bridge

(!CSSUtilities.convertDisplay(element))) {
return;
origin: apache/batik

(!CSSUtilities.convertDisplay(element))) {
return;
org.apache.batik.bridgeCSSUtilitiesconvertDisplay

Javadoc

Returns true if the specified element has to be displayed, false otherwise. Checks the 'display' property.

Popular methods of CSSUtilities

  • computeStyleAndURIs
    Partially computes the style in the 'def' tree and set it in the 'use' tree. Note: This method must
  • convertClip
    Returns an array of floating offsets representing the 'clip' property or null if 'auto'. The offsets
  • convertClipPath
    Returns a Clip referenced by the specified element and which applies on the specified graphics node.
  • convertClipRule
    Returns the 'clip-rule' for the specified element.
  • convertColorInterpolation
    Returns the color space for the specified element. Checks the 'color-interpolation' property
  • convertColorInterpolationFilters
    Returns the color space for the specified filter element. Checks the 'color-interpolation-filters' p
  • convertColorRendering
    Fills the rendering hints for the specified element or do nothing if none has been specified. If the
  • convertCursor
    Returns the Cursor corresponding to the input element's cursor property
  • convertEnableBackground
    Returns the subregion of user space where access to the background image is allowed to happen.
  • convertFillRule
    Returns the 'fill-rule' for the specified element.
  • convertFilter
    Returns a Filter referenced by the specified element and which applies on the specified graphics nod
  • convertFloodColor
    Converts the color defined on the specified element to a Color.
  • convertFilter,
  • convertFloodColor,
  • convertImageRendering,
  • convertLightingColor,
  • convertMask,
  • convertOpacity,
  • convertOverflow,
  • convertPointerEvents,
  • convertShapeRendering

Popular in Java

  • Reading from database using SQL prepared statement
  • getContentResolver (Context)
  • setScale (BigDecimal)
  • addToBackStack (FragmentTransaction)
  • MalformedURLException (java.net)
    This exception is thrown when a program attempts to create an URL from an incorrect specification.
  • Proxy (java.net)
    This class represents proxy server settings. A created instance of Proxy stores a type and an addres
  • NumberFormat (java.text)
    The abstract base class for all number formats. This class provides the interface for formatting and
  • Deque (java.util)
    A linear collection that supports element insertion and removal at both ends. The name deque is shor
  • Executors (java.util.concurrent)
    Factory and utility methods for Executor, ExecutorService, ScheduledExecutorService, ThreadFactory,
  • Loader (org.hibernate.loader)
    Abstract superclass of object loading (and querying) strategies. This class implements useful common
  • Top plugins for Android Studio
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now